PlaybackState.none constructor

const PlaybackState.none()

Implementation

const PlaybackState.none()
    : this(
        AudioState.none,
        position: const Duration(seconds: 0),
        bufferedSize: const Duration(seconds: 0),
        speed: AudioRate.rate100,
      );