FormSection$json top-level constant

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

Implementation

@$core.Deprecated('Use formSectionDescriptor instead')
const FormSection$json = {
  '1': 'FormSection',
  '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': 'name', '3': 10, '4': 1, '5': 9, '10': 'name'},
    {'1': 'code', '3': 21, '4': 1, '5': 9, '10': 'code'},
    {
      '1': 'type',
      '3': 11,
      '4': 1,
      '5': 14,
      '6': '.Scailo.FORM_TYPE',
      '10': 'type'
    },
    {'1': 'description', '3': 12, '4': 1, '5': 9, '10': 'description'},
    {'1': 'width', '3': 13, '4': 1, '5': 9, '10': 'width'},
  ],
};