菜单
Dart
dart:core
Stopwatch
isRunning 属性
isRunning
暗黑模式
亮模式
描述
isRunning
属性
bool
isRunning
判断
Stopwatch
是否正在运行。
实现
bool get isRunning => _stop == null;
Dart
dart:core
Stopwatch
isRunning 属性
Stopwatch 类
Cookie 管理控制