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