breakDuration property

set breakDuration (Duration value)

Implementation

set breakDuration(Duration value) {
  _breakDuration = value;
  _log("NEW-BREAK-TIME:\t${_breakDuration.inMinutes} IS SET");
}