MailingAddress class

Constructors

MailingAddress(String type)

Properties

city String
City
getter/setter pair
countryRegion String
Country or region
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String
Represents the actual text that should be put on the mailing label when delivering a physical package
getter/setter pair
postalCode String
Postal code
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateProvince String
State or province
getter/setter pair
street String
Street address
getter/setter pair
type String
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