Address class

Address object, holds relevent data for a given address. Address object can be related to shipping, billing or user address. -param {String} firstName -param {String} lastName -aram {String} addressLine1 -param {String} addressLine2 -param {String} city -param {String} state -param {String} country -param {String} postalCode -param {String} phoneNumber

Inheritance

Constructors

Address({String? firstName, String? lastName, String? addressLine1, String? addressLine2, String? city, String? state, String? country, String? postalCode, String? phoneNumber})

Properties

addressLine1 String?
getter/setter pair
addressLine2 String?
getter/setter pair
city String?
getter/setter pair
country String?
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
json Map<String, dynamic>
getter/setter pairinherited
lastName String?
getter/setter pair
phoneNumber String?
getter/setter pair
postalCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair

Methods

getJson() Map<String, dynamic>
jsonStringParse() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseEnum(dynamic data, String key) → void
inherited
parseJson(dynamic data, String key) → void
inherited
parseObject(dynamic data, String key) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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