EasyValueParser<T> typedef

EasyValueParser<T> = T? Function(String text)

Implementation

typedef EasyValueParser<T> = T? Function(String text);