values constant

List<OpBinary_Op> const values

Implementation

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