debugSamplingClock property Null safety

SamplingClock? debugSamplingClock
protected">@protected

Overrides the sampling clock for debugging and testing.

This value is ignored in non-debug builds.

Implementation

@protected
SamplingClock? get debugSamplingClock => null;