PositionMismatchError constructor

const PositionMismatchError(
  1. SoundChannel channel,
  2. SoundPosition position
)

Create an instance.

Implementation

const PositionMismatchError(this.channel, this.position);