values constant

List<ByteFilterMethod> const values

Implementation

static const $core.List<ByteFilterMethod> values = <ByteFilterMethod>[
  BYTE_FILTER_METHOD_EQUALS,
  BYTE_FILTER_METHOD_NOT_EQUALS,
];