Interconnects constructor

Interconnects({
  1. List<Interconnect>? interconnects,
})

Implementation

Interconnects({
  this.interconnects,
});