IsMatching typedef

IsMatching = bool Function(dynamic left, dynamic right)

Type of a callback function used to register a custom matcher with match.

Implementation

typedef IsMatching = bool Function(dynamic left, dynamic right);