fields property
The set of fields this interface defines.
Implementation
@override
final MappableFields<AddressModel> fields = const {
#additionalFields: _f$additionalFields,
#id: _f$id,
#relatedClientReferenceId: _f$relatedClientReferenceId,
#doorNo: _f$doorNo,
#latitude: _f$latitude,
#longitude: _f$longitude,
#locationAccuracy: _f$locationAccuracy,
#addressLine1: _f$addressLine1,
#addressLine2: _f$addressLine2,
#landmark: _f$landmark,
#city: _f$city,
#pincode: _f$pincode,
#buildingName: _f$buildingName,
#street: _f$street,
#boundaryType: _f$boundaryType,
#boundary: _f$boundary,
#nonRecoverableError: _f$nonRecoverableError,
#tenantId: _f$tenantId,
#rowVersion: _f$rowVersion,
#type: _f$type,
#locality: _f$locality,
#auditDetails: _f$auditDetails,
#clientAuditDetails: _f$clientAuditDetails,
#isDeleted: _f$isDeleted,
};