state property

bool get state

Implementation

bool get state {
  return $$context$$["state"];
}
set state (bool value)

Implementation

set state(bool value) {
  $$context$$["state"] = value;
}