setOutValue method

void setOutValue()

Serializer of the mode-specific value

Implementation

void setOutValue() {
  if (isOutLaps) {
    outValue = format.number(laps);
  } else {
    outValue = format.duration(span);
  }
}