AddressModel class
- Inheritance
-
- Object
- DataModel
- EntityModel
- AddressModel
- Mixed-in types
- Annotations
-
- @MappableClass(ignoreNull: true, discriminatorValue: MappableClass.useAsDefault)
Constructors
- 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})
Properties
- additionalFields → AddressAdditionalFields?
-
final
- addressLine1 → String?
-
final
- addressLine2 → String?
-
final
- auditDetails → AuditDetails?
-
finalinherited
- boundary → String?
-
final
- boundaryCode → String?
-
finalinherited
- boundaryType → String?
-
final
- buildingName → String?
-
final
- city → String?
-
final
- clientAuditDetails → ClientAuditDetails?
-
finalinherited
- companion → AddressCompanion
-
no setter
-
copyWith
→ AddressModelCopyWith<
AddressModel, AddressModel, AddressModel> -
no setterinherited
- doorNo → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- isDeleted → bool?
-
finalinherited
- landmark → String?
-
final
- latitude → double?
-
final
- locality → LocalityModel?
-
final
- locationAccuracy → double?
-
final
- longitude → double?
-
final
- nonRecoverableError → bool?
-
final
- pincode → String?
-
final
-
final
- rowVersion → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- street → String?
-
final
- tenantId → String?
-
final
- type → AddressType?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- schemaName → const String