debugSamplingClock property

  1. @protected
SamplingClock? debugSamplingClock

Overrides the sampling clock for debugging and testing.

This value is ignored in non-debug builds.

Implementation

@protected
SamplingClock? get debugSamplingClock => null;