static T parse<T>(dynamic data, T Function(Map<String, dynamic>) fromJson) { return fromJson(data); }