Address class
Constructors
- Address({required String careOf, required String country, required String district, required String house, required String landmark, required String locality, required String pin, required String postOffice, required String state, required String street, required String subDistrict, required String vtc})
-
Address.fromJson(Map<
String, dynamic> json) -
factory
- Address.fromRawJson(String str)
-
factory
Properties
- careOf ↔ String
-
getter/setter pair
- country ↔ String
-
getter/setter pair
- district ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- house ↔ String
-
getter/setter pair
- landmark ↔ String
-
getter/setter pair
- locality ↔ String
-
getter/setter pair
- pin ↔ String
-
getter/setter pair
- postOffice ↔ 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
- subDistrict ↔ String
-
getter/setter pair
- vtc ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toRawJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited