TestConnectionResponse constructor

TestConnectionResponse({
  1. Connection? connection,
})

Implementation

TestConnectionResponse({
  this.connection,
});