ValueTransform<T> typedef

ValueTransform<T> = T Function(dynamic value)

Implementation

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