NoSuchSoundError constructor

const NoSuchSoundError(
  1. int id
)

Create an instance.

Implementation

const NoSuchSoundError(this.id);