Parser<T> typedef

Parser<T> = T Function(String strT)

Implementation

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