Error constructor

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

Implementation

Error(this.code, this.message);