PaymentSheetPaymentOption constructor
- @JsonSerializable(explicitToJson: true)
Implementation
@JsonSerializable(explicitToJson: true)
const factory PaymentSheetPaymentOption({
/// The label of the payment option
required String label,
/// String decoding of the image
String? image,
}) = _PaymentSheetPaymentOption;