GetConnectionOutput constructor

GetConnectionOutput({
  1. Connection? connection,
})

Implementation

GetConnectionOutput({
  this.connection,
});