DeleteConnectionResponse constructor

DeleteConnectionResponse({
  1. Connection? connection,
})

Implementation

DeleteConnectionResponse({
  this.connection,
});