AsyncException constructor

AsyncException(
  1. ErrorType type,
  2. int code,
  3. String? message
)

Implementation

AsyncException(this.type, this.code, this.message) {}