NewOptionType_TestEnum$json top-level constant

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

Implementation

@$core.Deprecated('Use newOptionTypeDescriptor instead')
const NewOptionType_TestEnum$json = const {
  '1': 'TestEnum',
  '2': const [
    const {'1': 'OLD_VALUE', '2': 0},
    const {'1': 'NEW_VALUE', '2': 1},
  ],
};