ParseFuncType typedef

ParseFuncType = FutureOr<List> Function(List<JsonMap>)

A function to parse a List from another List.

Implementation

typedef ParseFuncType = FutureOr<List> Function(List<JsonMap>);