couldNotFindItemWith method

  1. @override
String couldNotFindItemWith(
  1. String item,
  2. String property
)
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.';
}