UAddressUpdateParams constructor

UAddressUpdateParams({
  1. required String id,
  2. List<int>? addTags,
  3. List<int>? removeTags,
  4. String? detail1,
  5. String? detail2,
  6. List<int>? tags,
  7. String? title,
  8. String? province,
  9. String? township,
  10. String? street,
  11. String? street2,
  12. String? localityName,
  13. String? houseNumber,
  14. String? floor,
  15. String? zipCode,
  16. String? description,
  17. String? buildingName,
  18. String? localityType,
  19. String? sideFloor,
  20. String? subLocality,
  21. String? village,
  22. List<String>? adminUserIds,
  23. List<String>? addAdminUserIds,
  24. List<String>? removeAdminUserIds,
})

Implementation

UAddressUpdateParams({
  required this.id,
  this.addTags,
  this.removeTags,
  this.detail1,
  this.detail2,
  this.tags,
  this.title,
  this.province,
  this.township,
  this.street,
  this.street2,
  this.localityName,
  this.houseNumber,
  this.floor,
  this.zipCode,
  this.description,
  this.buildingName,
  this.localityType,
  this.sideFloor,
  this.subLocality,
  this.village,
  this.adminUserIds,
  this.addAdminUserIds,
  this.removeAdminUserIds,
});