FormFieldDatum$json top-level constant

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

Implementation

@$core.Deprecated('Use formFieldDatumDescriptor instead')
const FormFieldDatum$json = {
  '1': 'FormFieldDatum',
  '2': [
    {'1': 'entity_uuid', '3': 1, '4': 1, '5': 9, '10': 'entityUuid'},
    {
      '1': 'metadata',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.Scailo.EmployeeMetadata',
      '10': 'metadata'
    },
    {'1': 'form_field_id', '3': 10, '4': 1, '5': 4, '10': 'formFieldId'},
    {
      '1': 'form_field',
      '3': 20,
      '4': 1,
      '5': 11,
      '6': '.Scailo.FormField',
      '10': 'formField'
    },
    {'1': 'ref_uuid', '3': 21, '4': 1, '5': 9, '10': 'refUuid'},
    {'1': 'value', '3': 22, '4': 1, '5': 9, '10': 'value'},
    {'1': 'selected_values', '3': 23, '4': 3, '5': 9, '10': 'selectedValues'},
    {'1': 'need_approval', '3': 24, '4': 1, '5': 8, '10': 'needApproval'},
  ],
};