currentTime property

SynthizerDoubleProperty get currentTime

The current Synthizer time.

Implementation

SynthizerDoubleProperty get currentTime => SynthizerDoubleProperty(
      synthizer: synthizer,
      targetHandle: handle,
      property: Properties.currentTime,
    );