PPAddress constructor
const
PPAddress({})
Implementation
const factory PPAddress({
bool? isPrimary,
String? fullAddress,
String? addressId,
String? line1,
String? line2,
String? city,
String? state,
String? postalCode,
String? country,
bool? isSelected,
}) = _EPAddress;