TestMessageWithCustomOptions_AnEnum$json top-level constant

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

Implementation

@$core.Deprecated('Use testMessageWithCustomOptionsDescriptor instead')
const TestMessageWithCustomOptions_AnEnum$json = const {
  '1': 'AnEnum',
  '2': const [
    const {'1': 'ANENUM_VAL1', '2': 1},
    const {'1': 'ANENUM_VAL2', '2': 2, '3': const {}},
  ],
  '3': const {},
};