samplingOffset property Null safety

Duration samplingOffset
read / write

Offset relative to current frame time that should be used for resampling. The samplingOffset is expected to be negative. Non-negative samplingOffset is allowed but will effectively disable resampling.

Implementation

Duration samplingOffset = _defaultSamplingOffset;