Error constructor

Error({
  1. num? code,
  2. num? errorCode,
})

Implementation

Error({
  this.code,
  this.errorCode,
});