debugSamplingClock property

  1. @protected
SamplingClock? get debugSamplingClock
inherited

Overrides the sampling clock for debugging and testing.

This value is ignored in non-debug builds.

Implementation

@protected
SamplingClock? get debugSamplingClock => null;