创建一个处于停止状态、已消耗时间为零的 计时器。
以下示例展示了如何在分配后立即启动一个 计时器。
final stopwatch = Stopwatch()..start();
Stopwatch() { _frequency; // Ensures initialization before using any method. }