SoundPlayback constructor

const SoundPlayback(
  1. SoundChannel channel,
  2. Sound sound
)

Create an instance.

Implementation

const SoundPlayback(this.channel, this.sound);