ShippingAddress class

Annotations
  • @JsonSerializable()

Constructors

ShippingAddress(String? id, String? user, String? fullName, String? phone, String? googleAddress, String? addressInfo, String? lat, String? lng, String? name, String? address, bool? isDefault, String? region, String? type)
ShippingAddress.fromJson(Map<String, dynamic> json)
factory

Properties

address String?
final
addressInfo String?
final
fullName String?
final
googleAddress String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isDefault bool?
final
lat String?
final
lng String?
final
name String?
final
phone String?
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
final
user String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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