StatusProto constructor

StatusProto({
  1. int? canonicalCode,
  2. int? code,
  3. String? message,
  4. MessageSet? messageSet,
  5. String? space,
})

Implementation

StatusProto({
  this.canonicalCode,
  this.code,
  this.message,
  this.messageSet,
  this.space,
});