UDormUpdateParams constructor
UDormUpdateParams({
- required String id,
- List<
int> ? tags, - List<
int> ? addTags, - List<
int> ? removeTags, - String? detail1,
- String? detail2,
- List<
String> ? adminUserIds, - List<
String> ? addAdminUserIds, - List<
String> ? removeAdminUserIds, - String? title,
- String? cityCode,
- String? address,
- String? phoneNumber,
- String? description,
- String? policies,
- List<
String> ? highlights, - List<
String> ? rules, - List<
String> ? requiredDocuments, - String? nearbyUniversity,
- int? universityWalkMinutes,
- String? visitingHours,
- String? curfewTime,
- int? minimumStayMonths,
- String? howToGetThere,
- List<
UPlaceNearby> ? nearby, - List<
UPlaceFaq> ? faqs, - String? website,
- String? whatsapp,
- String? instagram,
- String? telegram,
- double? latitude,
- double? longitude,
Implementation
UDormUpdateParams({
required this.id,
this.tags,
this.addTags,
this.removeTags,
this.detail1,
this.detail2,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
this.title,
this.cityCode,
this.address,
this.phoneNumber,
this.description,
this.policies,
this.highlights,
this.rules,
this.requiredDocuments,
this.nearbyUniversity,
this.universityWalkMinutes,
this.visitingHours,
this.curfewTime,
this.minimumStayMonths,
this.howToGetThere,
this.nearby,
this.faqs,
this.website,
this.whatsapp,
this.instagram,
this.telegram,
this.latitude,
this.longitude,
});