Parser<T> typedef

Parser<T> = T Function(String str)

Implementation

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