values constant

List<OpBinary_Operator> const values

Implementation

static const $core.List<OpBinary_Operator> values = <OpBinary_Operator> [
  UNSPECIFIED,
  SUB,
  DIV,
  EQ,
  NEQ,
  LT,
  LTE,
  GT,
  GTE,
];