couldNotFindItemWith abstract method

String couldNotFindItemWith(
  1. String item,
  2. String property
)

No description provided for @couldNotFindItemWith.

In en, this message translates to: 'Could not find {item} with {property}.'

Implementation

String couldNotFindItemWith(String item, String property);