ProfileAddressInterface class

Constructors

ProfileAddressInterface({String? title, bool? isDefault, ProfileAddressTypeInterface? addressType, String? streetAddress, String? locality, String? region, String? postalCode, String? country, String? raw, String? deliveryNote, String? recipient, String? company, String? phoneNumber})

Properties

addressType ProfileAddressTypeInterface?
getter/setter pair
company String?
getter/setter pair
country String?
getter/setter pair
deliveryNote String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDefault bool?
getter/setter pair
locality String?
getter/setter pair
phoneNumber String?
getter/setter pair
postalCode String?
getter/setter pair
raw String?
getter/setter pair
recipient String?
getter/setter pair
region String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streetAddress String?
getter/setter pair
title String?
getter/setter pair

Methods

encode() Object
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

Static Methods

decode(Object result) ProfileAddressInterface