OutboundConnectionStatus constructor
OutboundConnectionStatus({
- String? message,
- OutboundConnectionStatusCode? statusCode,
Implementation
OutboundConnectionStatus({
this.message,
this.statusCode,
});