FFCreditCardForm$json top-level constant

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

Implementation

@$core.Deprecated('Use fFCreditCardFormDescriptor instead')
const FFCreditCardForm$json = {
  '1': 'FFCreditCardForm',
  '2': [
    {
      '1': 'legacy_obscure_card',
      '3': 1,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyObscureCard'
    },
    {
      '1': 'obscure_card_value',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'obscureCardValue'
    },
    {
      '1': 'legacy_obscure_cvv',
      '3': 2,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyObscureCvv'
    },
    {
      '1': 'obscure_cvv_value',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'obscureCvvValue'
    },
    {
      '1': 'text_style',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'textStyle'
    },
    {
      '1': 'input_decoration',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFInputDecoration',
      '10': 'inputDecoration'
    },
    {
      '1': 'legacy_spacing',
      '3': 5,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacySpacing'
    },
    {
      '1': 'spacing_value',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'spacingValue'
    },
  ],
};