InboundConnectionStatus constructor
InboundConnectionStatus({
- String? message,
- InboundConnectionStatusCode? statusCode,
Implementation
InboundConnectionStatus({
this.message,
this.statusCode,
});