ApplePayPostalAddress constructor
- @JsonSerializable(explicitToJson: true)
Implementation
@JsonSerializable(explicitToJson: true)
const factory ApplePayPostalAddress({
String? city,
String? country,
String? postalCode,
String? state,
String? street,
String? isoCountryCode,
String? subAdministrativeArea,
String? subLocality,
}) = _ApplePayPostalAddress;