CreateConnectionResponse constructor

CreateConnectionResponse({
  1. Connection? connection,
})

Implementation

CreateConnectionResponse({
  this.connection,
});