Listener constructor

Listener({
  1. int? port,
  2. String? protocol,
})

Implementation

Listener({
  this.port,
  this.protocol,
});