parsers library

Functions

dataParser<T>(T parser(JsonMap data)) DataParser<T>

Typedefs

DataParser<T> = T Function(JsonMap data)