ProtobufEnum_reservedNames top-level constant

List<String> const ProtobufEnum_reservedNames

Implementation

const ProtobufEnum_reservedNames = <String>[
  '==',
  'Object',
  'ProtobufEnum',
  'hashCode',
  'noSuchMethod',
  'runtimeType',
  'toString',

  // Names below are no longer reserved and should be removed in the next major
  // release
  'initByValue',
];