ErrorProto constructor

ErrorProto({
  1. List<String>? argument,
  2. String? code,
  3. String? debugInfo,
  4. String? domain,
  5. String? externalErrorMessage,
  6. String? location,
  7. String? locationType,
})

Implementation

ErrorProto({
  this.argument,
  this.code,
  this.debugInfo,
  this.domain,
  this.externalErrorMessage,
  this.location,
  this.locationType,
});