DeleteInterconnectResponse constructor

DeleteInterconnectResponse({
  1. InterconnectState? interconnectState,
})

Implementation

DeleteInterconnectResponse({
  this.interconnectState,
});