AddressInfo class

Represents a customer’s physical address.

Constructors

AddressInfo({String? city, String? familyName, String? givenName, String? postalCode, String? regionCode, String? state})
AddressInfo.fromJson(Map json_)

Properties

city String?
The city of the customer.
getter/setter pair
familyName String?
The family name of the customer.
getter/setter pair
givenName String?
The given name of the customer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
postalCode String?
The postal code (zip code) of the customer.
getter/setter pair
regionCode String?
The Unicode country/region code (CLDR) of the customer, such as "US" or "CH".
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state or province of the customer.
getter/setter pair

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