UDormUpdateParams constructor

UDormUpdateParams({
  1. required String id,
  2. List<int>? tags,
  3. List<int>? addTags,
  4. List<int>? removeTags,
  5. String? detail1,
  6. String? detail2,
  7. List<String>? adminUserIds,
  8. List<String>? addAdminUserIds,
  9. List<String>? removeAdminUserIds,
  10. String? title,
  11. String? cityCode,
  12. String? address,
  13. String? phoneNumber,
  14. String? description,
  15. String? policies,
  16. List<String>? highlights,
  17. List<String>? rules,
  18. List<String>? requiredDocuments,
  19. String? nearbyUniversity,
  20. int? universityWalkMinutes,
  21. String? visitingHours,
  22. String? curfewTime,
  23. int? minimumStayMonths,
  24. String? howToGetThere,
  25. List<UPlaceNearby>? nearby,
  26. List<UPlaceFaq>? faqs,
  27. String? website,
  28. String? whatsapp,
  29. String? instagram,
  30. String? telegram,
  31. double? latitude,
  32. 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,
});