ValueFormatter typedef

ValueFormatter = dynamic Function(dynamic value)

A value formatter run before validation/storage.

Implementation

typedef ValueFormatter = dynamic Function(dynamic value);