stopwatchInDays property

int stopwatchInDays

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

Implementation

int get stopwatchInDays {
  var value = (stopwatchValue).inDays;
  return value;
}