stopwatchInSeconds property

int stopwatchInSeconds

Returns the time that the stopwatch has recorded as elapsed in seconds.

Implementation

int get stopwatchInSeconds {
  var value = (stopwatchValue).inSeconds;
  return value;
}