setWork method

void setWork(
  1. bool work
)

Implementation

void setWork(bool work) {
  _work = work;
}