FFFormFieldValidation$json top-level constant

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

Implementation

@$core.Deprecated('Use fFFormFieldValidationDescriptor instead')
const FFFormFieldValidation$json = {
  '1': 'FFFormFieldValidation',
  '2': [
    {
      '1': 'legacy_node_key',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyNodeKey',
    },
    {
      '1': 'node_key_ref',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNodeKeyReference',
      '10': 'nodeKeyRef'
    },
    {
      '1': 'component_node_path',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNodeKeyPath',
      '10': 'componentNodePath'
    },
    {'1': 'is_required', '3': 2, '4': 1, '5': 8, '10': 'isRequired'},
    {
      '1': 'text',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFTextInputValidation',
      '9': 0,
      '10': 'text'
    },
    {
      '1': 'upload_data',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFUploadDataValidation',
      '9': 0,
      '10': 'uploadData'
    },
    {
      '1': 'date_picker',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDatePickerValidation',
      '9': 0,
      '10': 'datePicker'
    },
    {
      '1': 'radio_button',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFRadioButtonValidation',
      '9': 0,
      '10': 'radioButton'
    },
    {
      '1': 'drop_down',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDropDownValidation',
      '9': 0,
      '10': 'dropDown'
    },
    {
      '1': 'place_picker',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPlacePickerValidation',
      '9': 0,
      '10': 'placePicker'
    },
    {
      '1': 'pin_code',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPinCodeValidation',
      '9': 0,
      '10': 'pinCode'
    },
  ],
  '8': [
    {'1': 'validation'},
  ],
};