ValueConverter<T> typedef

ValueConverter<T> = T Function(dynamic value)

Implementation

typedef ValueConverter<T> = T Function(dynamic value);