ForeignEnumLite$json top-level constant

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

Implementation

@$core.Deprecated('Use foreignEnumLiteDescriptor instead')
const ForeignEnumLite$json = const {
  '1': 'ForeignEnumLite',
  '2': const [
    const {'1': 'FOREIGN_LITE_FOO', '2': 4},
    const {'1': 'FOREIGN_LITE_BAZ', '2': 6},
    const {'1': 'FOREIGN_LITE_BAR', '2': 5},
  ],
};