Parser<T> typedef

Parser<T> = T Function(String value)

Implementation

typedef Parser<T> = T Function(String value);