menu
Dart
dart:core
Stopwatch
isRunning property
isRunning
brightness_4
brightness_5
description
isRunning
property
bool
isRunning
Whether the
Stopwatch
is currently running.
Implementation
bool get isRunning => _stop == null;
Dart
dart:core
Stopwatch
isRunning property
Stopwatch class