PPAddress class

Use for ApprovalData

Annotations
  • @freezed

Constructors

PPAddress({bool? isPrimary, String? fullAddress, String? addressId, String? line1, String? line2, String? city, String? state, String? postalCode, String? country, bool? isSelected})
const
factory
PPAddress.fromJson(Map<String, dynamic> json)
factory

Properties

addressId String?
no setterinherited
city String?
no setterinherited
copyWith → $PPAddressCopyWith<PPAddress>
no setterinherited
country String?
no setterinherited
fullAddress String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isPrimary bool?
no setterinherited
isSelected bool?
no setterinherited
line1 String?
no setterinherited
line2 String?
no setterinherited
postalCode String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
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