static IdWithRev fromJSON(Map<String, dynamic> data) { return IdWithRev( id: (data["id"] as String), rev: (data["rev"] as String?), ); }