@override MyModel fromJson(String id, Map<String, dynamic> json) => MyModel(id: id, myProperty: json["myProperty"]);