VoiceError constructor

const VoiceError(
  1. String message, [
  2. Object? error
])

Implementation

const VoiceError(this.message, [this.error]);