Error constructor

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

Implementation

Error(this.message, this.code);