UZipCodeToAddressDetailResponse constructor
UZipCodeToAddressDetailResponse({
- required String? buildingName,
- required String? description,
- required String? floor,
- required String? houseNumber,
- required String? localityName,
- required String? localityType,
- required String? zipCode,
- required String? province,
- required String? sideFloor,
- required String? street,
- required String? street2,
- required String? subLocality,
- required String? townShip,
- required String? traceId,
- required String? village,
- bool isCached = false,
- DateTime? cachedAt,
- DateTime? cacheExpiresAt,
Implementation
UZipCodeToAddressDetailResponse({
required this.buildingName,
required this.description,
required this.floor,
required this.houseNumber,
required this.localityName,
required this.localityType,
required this.zipCode,
required this.province,
required this.sideFloor,
required this.street,
required this.street2,
required this.subLocality,
required this.townShip,
required this.traceId,
required this.village,
this.isCached = false,
this.cachedAt,
this.cacheExpiresAt,
});