DeleteInboundConnectionResponse constructor

DeleteInboundConnectionResponse({
  1. InboundConnection? connection,
})

Implementation

DeleteInboundConnectionResponse({
  this.connection,
});