UAddressCreateParams constructor
UAddressCreateParams({
- required List<
int> tags, - required String? zipCode,
- String? title,
- String? description,
- String? detail1,
- String? detail2,
- String? buildingName,
- String? localityType,
- String? sideFloor,
- String? subLocality,
- String? village,
- String? id,
- String? province,
- String? township,
- String? street,
- String? street2,
- String? localityName,
- String? houseNumber,
- String? floor,
- String? creatorId,
- 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,
});