Error.custom constructor

Error.custom(
  1. int code,
  2. String message,
  3. bool temporary
)

Implementation

Error.custom(this.code, this.message, this.temporary);