A function to parse a List from another List.
typedef ParseFuncType = FutureOr<List> Function(List<JsonMap>);