DataParser<T> typedef

DataParser<T> = T Function(JsonMap data)

Implementation

typedef DataParser<T> = T Function(JsonMap data);