FFStripePaymentSheetOptions_PaymentSheetTheme$json top-level constant

  1. @Deprecated('Use fFStripePaymentSheetOptionsDescriptor instead')
Map<String, Object> const FFStripePaymentSheetOptions_PaymentSheetTheme$json

Implementation

@$core.Deprecated('Use fFStripePaymentSheetOptionsDescriptor instead')
const FFStripePaymentSheetOptions_PaymentSheetTheme$json = {
  '1': 'PaymentSheetTheme',
  '2': [
    {'1': 'PAYMENT_SHEET_THEME_UNDEFINED', '2': 0},
    {'1': 'SYSTEM', '2': 1},
    {'1': 'LIGHT', '2': 2},
    {'1': 'DARK', '2': 3},
  ],
};