TestAllTypesProto3_AliasedEnum$json top-level constant

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

Implementation

@$core.Deprecated('Use testAllTypesProto3Descriptor instead')
const TestAllTypesProto3_AliasedEnum$json = const {
  '1': 'AliasedEnum',
  '2': const [
    const {'1': 'ALIAS_FOO', '2': 0},
    const {'1': 'ALIAS_BAR', '2': 1},
    const {'1': 'ALIAS_BAZ', '2': 2},
    const {'1': 'QUX', '2': 2},
    const {'1': 'qux', '2': 2},
    const {'1': 'bAz', '2': 2},
  ],
  '3': const {'2': true},
};