ValidationMessageFunction typedef

ValidationMessageFunction = String Function(Object error)

Signature of the function that returns the Map that store custom validation messages for each error.

Implementation

typedef ValidationMessageFunction = String Function(Object error);