KwikAddress class
Constructors
Properties
- addressLine → String
-
Full combined address string for display.
final
- area → String?
-
final
- city → String?
-
final
- country → String?
-
final
- email → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- houseNo → String?
-
final
- id → String
-
final
- label → String
-
Address type label — "Home", "Work", "Other", etc.
final
- landmark → String?
-
final
- name → String
-
final
- phone → String
-
final
- pincode → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String?
-
Source tag shown on the tile.
Host-app addresses carry their own source (e.g. "1mg").
GoKwik-network addresses (API-fetched or manually added) use "GoKwik Network".
final
- state → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited