Error constructor

Error({
  1. String? type,
  2. String? help,
})

Implementation

Error({
  this.type,
  this.help,
});