UDormUpdateParams constructor

UDormUpdateParams({
  1. required String id,
  2. String? detail1,
  3. String? detail2,
  4. List<int>? addTags,
  5. List<int>? removeTags,
  6. List<int>? tags,
  7. String? title,
  8. String? cityCode,
  9. List<String>? adminUserIds,
  10. List<String>? addAdminUserIds,
  11. List<String>? removeAdminUserIds,
})

Implementation

UDormUpdateParams({
  required this.id,
  this.detail1,
  this.detail2,
  this.addTags,
  this.removeTags,
  this.tags,
  this.title,
  this.cityCode,
  this.adminUserIds,
  this.addAdminUserIds,
  this.removeAdminUserIds,
});