PortList constructor

PortList(
  1. {List<InstanceRef>? ports}
)

Implementation

PortList({
  this.ports,
});