InboundConnectionStatus constructor

InboundConnectionStatus({
  1. String? message,
  2. InboundConnectionStatusCode? statusCode,
})

Implementation

InboundConnectionStatus({
  this.message,
  this.statusCode,
});