values constant

List<BoolState> const values

Implementation

static const $core.List<BoolState> values = <BoolState> [
  BOOL_UNDEFINED,
  ON,
  OFF,
];