itemNotFoundIn method
override
No description provided for @itemNotFoundIn.
In en, this message translates to: '{item} not found in {location}'
Implementation
@override
String itemNotFoundIn(String item, String location) {
return '$item not found in $location';
}