StatusProto constructor
StatusProto({
- int? canonicalCode,
- int? code,
- String? message,
- MessageSet? messageSet,
- String? space,
Implementation
StatusProto({
this.canonicalCode,
this.code,
this.message,
this.messageSet,
this.space,
});