setValue method

void setValue(
  1. bool value
)

Sets the current value.

Implementation

void setValue(bool value) {
  _value = value;
}