truncated property

  1. @override
bool get truncated
override

Whether the history is more than CaptureConfig.maxDuration.

Past that limit, the peaks from stop are partial.

Implementation

@override
bool get truncated => false;