ZIMAudioError constructor

ZIMAudioError(
  1. int code,
  2. String message
)

Implementation

ZIMAudioError(this.code, this.message);