KruzrAddress class

Constructors

KruzrAddress({required String? city, required String? country, required String? district, required String? postalCode, required String? state, required String? street, required String? readableAddress})
KruzrAddress.fromJson(Map<String, dynamic> json)

Properties

city String?
getter/setter pair
country String?
getter/setter pair
district String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
postalCode String?
getter/setter pair
readableAddress String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair
street String?
getter/setter pair

Methods

getAddressLine1() String
getAddressLine2() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toGenericAddress() String
toJson() Map<String, String?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited