FormConverter<T> typedef

FormConverter<T> = T? Function(dynamic input)

Implementation

typedef FormConverter<T> = T? Function(dynamic input);