AddressModel constructor
AddressModel({
- AddressAdditionalFields? additionalFields,
- String? id,
- String? doorNo,
- double? latitude,
- double? longitude,
- double? locationAccuracy,
- String? addressLine1,
- String? addressLine2,
- String? landmark,
- String? city,
- String? pincode,
- String? buildingName,
- String? street,
- String? boundaryType,
- String? boundary,
- bool? nonRecoverableError = false,
- String? tenantId,
- int? rowVersion,
- AddressType? type,
- LocalityModel? locality,
- AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
AddressModel({
this.additionalFields,
this.id,
this.relatedClientReferenceId,
this.doorNo,
this.latitude,
this.longitude,
this.locationAccuracy,
this.addressLine1,
this.addressLine2,
this.landmark,
this.city,
this.pincode,
this.buildingName,
this.street,
this.boundaryType,
this.boundary,
this.nonRecoverableError = false,
this.tenantId,
this.rowVersion,
this.type,
this.locality,
super.auditDetails,
super.clientAuditDetails,
super.isDeleted = false,
}) : super();