stopwatchInMilliseconds property

int stopwatchInMilliseconds

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

Implementation

int get stopwatchInMilliseconds {
  var value = (stopwatchValue).inMilliseconds;
  return value;
}