factory IdWithMandatoryRev.fromJSON(Map<String, dynamic> data) { return IdWithMandatoryRev( (data["id"] as String), (data["rev"] as String) ); }