ProfileAddress class

ProfileAddress class, contains the infos for the profile address

Constructors

ProfileAddress({String? title, bool? isDefault, ProfileAddressType? addressType, String? streetAddress, String? locality, String? region, String? postalCode, String? country, String? raw, String? deliveryNote, String? recipient, String? company, String? phoneNumber})
ProfileAddress default constructor
const

Properties

addressType ProfileAddressType?
The address type
final
company String?
The company linked to the address
final
country String?
The address country
final
deliveryNote String?
A delivery note for your address
final
hashCode int
The hash code for this object.
no setterinherited
isDefault bool?
Is this your default address
final
locality String?
The address locality
final
phoneNumber String?
A phone number linked to the address
final
postalCode String?
The address postal code
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
raw String?
The raw address
final
recipient String?
The address recipient
final
region String?
The address region
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streetAddress String?
The address street
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
title String?
The address title
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