NamedPort constructor

NamedPort({
  1. String? name,
  2. int? port,
})

Implementation

NamedPort({this.name, this.port});