BaseError constructor

BaseError(
  1. int code,
  2. String message,
  3. String? raw
)

Implementation

BaseError(this.code, this.message, this.raw);