Address class

Address object managed by UserInfoCollection returned when calling API

Constructors

Address({String? addressee, String? addressLine1, String? addressLine2, String? city, String? state, String? countryCode, String? postalCode, String? phoneNumber, String? email, Map<String, dynamic>? extraAddressInfo})
Constructor to create Address.

Properties

addressee String?
getter/setter pair
addressLine1 String?
getter/setter pair
addressLine2 String?
getter/setter pair
city String?
getter/setter pair
countryCode String?
getter/setter pair
email String?
getter/setter pair
extraAddressInfo Map<String, dynamic>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
phoneNumber String?
getter/setter pair
postalCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

KEY_ADDRESS_LINE1 → const String
KEY_ADDRESS_LINE2 → const String
KEY_ADDRESSEE → const String
KEY_CITY → const String
KEY_COUNTRY_CODE → const String
KEY_EXTRA_INFO → const String
KEY_PHONE_NUMBER → const String
KEY_POSTAL_CODE → const String
KEY_STATE → const String
KEY_VERSION → const String