FFBraintreeSinglePayment$json top-level constant

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

Implementation

@$core.Deprecated('Use fFBraintreeSinglePaymentDescriptor instead')
const FFBraintreeSinglePayment$json = {
  '1': 'FFBraintreeSinglePayment',
  '2': [
    {
      '1': 'amount',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'amount'
    },
    {
      '1': 'payment_options',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBraintreePaymentOptions',
      '10': 'paymentOptions'
    },
  ],
};