currentTime property

The current Synthizer time.

Implementation

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