UAddressCreateParams constructor

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

Implementation

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