toMap method
Implementation
Map<String, dynamic> toMap() => <String, dynamic>{
"id": id,
"tags": tags,
"addTags": addTags,
"removeTags": removeTags,
"detail1": detail1,
"detail2": detail2,
"adminUserIds": adminUserIds,
"addAdminUserIds": addAdminUserIds,
"removeAdminUserIds": removeAdminUserIds,
"title": title,
"deposit": deposit,
"monthlyRent": monthlyRent,
"roomId": roomId,
"description": description,
};