InvalidWaveOffsetException constructor

const InvalidWaveOffsetException([
  1. String? message
])

Creates a InvalidWaveOffsetException with the provided message.

Implementation

const InvalidWaveOffsetException([this.message]);