Shipping class

Constructors

Shipping({String? firstName, String? lastName, String? company, String? address1, String? address2, String? city, String? state, String? postcode, String? country})
Shipping.fromJson(String source)
factory
Shipping.fromMap(Map<String, dynamic> map)
factory

Properties

address1 String?
final
address2 String?
final
city String?
final
company String?
final
country String?
final
firstName String?
final
hashCode int
The hash code for this object.
no setteroverride
lastName String?
final
postcode String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final

Methods

copyWith({String? firstName, String? lastName, String? company, String? address1, String? address2, String? city, String? state, String? postcode, String? country}) Shipping
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override