PgrAddressModel constructor
PgrAddressModel({
- String? tenantId,
- String? doorNo,
- String? plotNo,
- String? id,
- String? landmark,
- String? city,
- String? district,
- String? region,
- String? state,
- String? country,
- String? pincode,
- String? buildingName,
- String? street,
- LocalityModel? locality,
- GeoLocation? geoLocation,
- Map<
String, dynamic> ? additionDetails, - bool? isDeleted,
- int? rowVersion,
- AuditDetails? auditDetails,
Implementation
PgrAddressModel({
this.tenantId,
this.relatedClientReferenceId,
this.doorNo,
this.plotNo,
this.id,
this.landmark,
this.city,
this.district,
this.region,
this.state,
this.country,
this.pincode,
this.buildingName,
this.street,
this.locality,
this.geoLocation,
this.additionDetails,
this.isDeleted,
this.rowVersion,
super.auditDetails,
}) : super(isDeleted: false);