slowSystemThreshold property

Duration? get slowSystemThreshold

The configured slow-system threshold, if any.

Implementation

Duration? get slowSystemThreshold =>
    _slowMicros == null ? null : Duration(microseconds: _slowMicros);