InterconnectAttachment constructor

InterconnectAttachment({
  1. String? region,
})

Implementation

InterconnectAttachment({
  this.region,
});