stopwatchInMinutes property

int stopwatchInMinutes

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

Implementation

int get stopwatchInMinutes {
  var value = (stopwatchValue).inMinutes;
  return value;
}