ErrorProto constructor

ErrorProto({
  1. String? debugInfo,
  2. String? location,
  3. String? message,
  4. String? reason,
})

Implementation

ErrorProto({
  this.debugInfo,
  this.location,
  this.message,
  this.reason,
});