MdnsPortInUseException constructor

MdnsPortInUseException([
  1. String message = 'Port 5353 is in use'
])

Implementation

MdnsPortInUseException([this.message = 'Port 5353 is in use']);