GoogleMapsAddressvalidationV1UspsAddress class

USPS representation of a US address.

Constructors

GoogleMapsAddressvalidationV1UspsAddress({String? city, String? cityStateZipAddressLine, String? firm, String? firstAddressLine, String? secondAddressLine, String? state, String? urbanization, String? zipCode, String? zipCodeExtension})
GoogleMapsAddressvalidationV1UspsAddress.fromJson(Map json_)

Properties

city String?
City name.
getter/setter pair
cityStateZipAddressLine String?
City + state + postal code.
getter/setter pair
firm String?
Firm name.
getter/setter pair
firstAddressLine String?
First address line.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondAddressLine String?
Second address line.
getter/setter pair
state String?
2 letter state code.
getter/setter pair
urbanization String?
Puerto Rican urbanization name.
getter/setter pair
zipCode String?
Postal code e.g. 10009.
getter/setter pair
zipCodeExtension String?
4-digit postal code extension e.g. 5023.
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