Address class

Address

Constructors

Address({required String country, required String streetLine1, required String streetLine2, required String city, required String provinceState, required String postalCode, required String category})
Address.from(Map json)
Convert Map to Address

Properties

category String
Category
final
city String
City
final
country String
Country
final
hashCode int
The hash code for this object.
no setterinherited
postalCode String
Post Code
final
provinceState String
Province / State
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streetLine1 String
Street line 1
final
streetLine2 String
Street line 2
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
to() Map<String, dynamic>
Convert Address to Map
toString() String
A string representation of this object.
inherited

Operators

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