couldNotFindItemWith method
override
No description provided for @couldNotFindItemWith.
In en, this message translates to: 'Could not find {item} with {property}.'
Implementation
@override
String couldNotFindItemWith(String item, String property) {
return 'Não foi possível encontrar $item com $property.';
}