PgrAddressModel class

Inheritance
Mixed-in types
Annotations
  • @MappableClass(ignoreNull: true, discriminatorValue: MappableClass.useAsDefault)

Constructors

PgrAddressModel({String? tenantId, String? relatedClientReferenceId, 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})

Properties

additionDetails Map<String, dynamic>?
final
auditDetails AuditDetails?
finalinherited
boundaryCode String?
finalinherited
buildingName String?
final
city String?
final
clientAuditDetails ClientAuditDetails?
finalinherited
companion AddressCompanion
no setter
copyWith PgrAddressModelCopyWith<PgrAddressModel, PgrAddressModel, PgrAddressModel>
no setterinherited
country String?
final
district String?
final
doorNo String?
final
geoLocation GeoLocation?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isDeleted bool?
final
landmark String?
final
locality LocalityModel?
final
pincode String?
final
plotNo String?
final
region String?
final
relatedClientReferenceId String?
final
rowVersion int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final
street String?
final
tenantId String?
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