UpdatableAddress class abstract

UpdatableAddress

Properties:

  • city - The name of the city.
  • line1 - The street address.
  • line2 - Second address line.
  • line3 - Third address line.
  • postalCode - The postal code.
  • stateOrProvince - The state or province code as defined in ISO 3166-2. For example, ON for Ontario, Canada. Required for the following countries: - Australia - Brazil - Canada - India - Mexico - New Zealand - United States
Annotations
  • @BuiltValue.new()

Constructors

UpdatableAddress([void updates(UpdatableAddressBuilder b)])
factory

Properties

city String?
The name of the city.
no setter
hashCode int
The hash code for this object.
no setterinherited
line1 String?
The street address.
no setter
line2 String?
Second address line.
no setter
line3 String?
Third address line.
no setter
postalCode String?
The postal code.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateOrProvince String?
The state or province code as defined in ISO 3166-2. For example, ON for Ontario, Canada. Required for the following countries: - Australia - Brazil - Canada - India - Mexico - New Zealand - United States
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UpdatableAddressBuilder)) UpdatableAddress
Rebuilds the instance.
inherited
toBuilder() UpdatableAddressBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<UpdatableAddress>
no setter