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 'Could not find $item with $property.';
}