TestJsonName$json top-level constant

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

Implementation

@$core.Deprecated('Use testJsonNameDescriptor instead')
const TestJsonName$json = const {
  '1': 'TestJsonName',
  '2': const [
    const {'1': 'field_name1', '3': 1, '4': 1, '5': 5, '10': 'fieldName1'},
    const {'1': 'fieldName2', '3': 2, '4': 1, '5': 5, '10': 'fieldName2'},
    const {'1': 'FieldName3', '3': 3, '4': 1, '5': 5, '10': 'FieldName3'},
    const {'1': '_field_name4', '3': 4, '4': 1, '5': 5, '10': 'FieldName4'},
    const {'1': 'FIELD_NAME5', '3': 5, '4': 1, '5': 5, '10': 'FIELDNAME5'},
    const {'1': 'field_name6', '3': 6, '4': 1, '5': 5, '10': '@type'},
  ],
};