PostAddress class

Post Address.

ID: 1e8caaeb.

Inheritance

Constructors

PostAddress({required String streetLine1, required String streetLine2, required String city, required String state, required String countryIso2, required String postCode})
Post Address constructor.
const
PostAddress.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

city String
City.
final
countryIso2 String
Country Iso2.
final
hashCode int
The hash code for this object.
no setterinherited
postCode String
Post Code.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
State.
final
streetLine1 String
Street Line1.
final
streetLine2 String
Street Line2.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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