PPOrderAddress class

Annotations
  • @freezed

Constructors

PPOrderAddress({@JsonKey(name: 'address_line_1') String? addressLine1, @JsonKey(name: 'address_line_2') String? addressLine2, @JsonKey(name: 'admin_area_1') String? adminArea1, @JsonKey(name: 'admin_area_2') String? adminArea2, String? postalCode, String? countryCode})
const
factory
PPOrderAddress.fromJson(Map<String, dynamic> json)
factory

Properties

addressLine1 String?
no setterinherited
addressLine2 String?
no setterinherited
adminArea1 String?
state or province like "CA" or "California"
no setterinherited
adminArea2 String?
city like "San Francisco"
no setterinherited
copyWith → $PPOrderAddressCopyWith<PPOrderAddress>
no setterinherited
countryCode String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
postalCode String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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