PostalAddress class

The contact’s full postal address.

Constructors

PostalAddress({String? street, String? city, String? state, String? postalCode, String? country, String? isoCountryCode, String? subAdministrativeArea, String? subLocality})
The contact’s full postal address.

Properties

city String?
The city name in a postal address.
final
country String?
The country or region name in a postal address.
final
hashCode int
The hash code for this object.
no setterinherited
isoCountryCode String?
The ISO country code for the country or region in a postal address, using the ISO 3166-1 alpha-2 standard.
final
postalCode String?
The postal code in a postal address.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state name in a postal address.
final
street String?
The street name in a postal address.
final
subAdministrativeArea String?
The subadministrative area (such as a county or other region) in a postal address.
final
subLocality String?
Additional information associated with the location, typically defined at the city or town level, in a postal address.
final

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