Error constructor

Error(
  1. {String errorMessage,
  2. int errorCode,
  3. Map errors}
)

Implementation

Error({this.errorMessage, this.errorCode, this.errors});