matchesWithContext method

  1. @override
bool matchesWithContext(
  1. dynamic item,
  2. String key,
  3. Map context,
  4. Map matchState,
)
override

Implementation

@override
bool matchesWithContext(item, String key, Map context, Map matchState) {
  return true;
}