PPCartAddress constructor
const
PPCartAddress({})
Implementation
const factory PPCartAddress({
String? firstName,
String? lastName,
String? line1,
String? line2,
String? city,
String? state,
String? postalCode,
String? country,
bool? isFullAddress,
bool? isStoreAddress,
}) = _PPCartAddress;