Error constructor

Error({
  1. String? domain,
  2. String? reason,
})

Implementation

Error({
  this.domain,
  this.reason,
});