StringMapper<T> typedef

StringMapper<T> = T Function(String s)

Implementation

typedef StringMapper<T> = T Function(String s);