tracing property

bool tracing

Returns true if tracing is currently in progress.

現在トレース中の場合trueを返します。

Implementation

bool get tracing => _startTime != null;