PortSelector constructor

const PortSelector({
  1. int? number,
})

The main constructor.

Implementation

const PortSelector({
  this.number,
});