Foo$json top-level constant

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

Implementation

@$core.Deprecated('Use fooDescriptor instead')
const Foo$json = const {
  '1': 'Foo',
  '2': const [
    const {'1': 'int32_value', '3': 1, '4': 1, '5': 5, '10': 'int32Value'},
    const {
      '1': 'enum_value',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.unittest_drop_unknown_fields.Foo.NestedEnum',
      '10': 'enumValue'
    },
  ],
  '4': const [Foo_NestedEnum$json],
};