CustomMismatchMessage<T> typedef

CustomMismatchMessage<T> = String Function(T mismatch)

Customizes message of a Mismatch

Implementation

typedef String CustomMismatchMessage<T>(T mismatch);