V2EnumLite$json top-level constant

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

Implementation

@$core.Deprecated('Use v2EnumLiteDescriptor instead')
const V2EnumLite$json = const {
  '1': 'V2EnumLite',
  '2': const [
    const {'1': 'V2_FIRST', '2': 1},
    const {'1': 'V2_SECOND', '2': 2},
  ],
};