NodeId constructor

const NodeId(
  1. String id, [
  2. Port? port
])

Implementation

const NodeId(this.id, [this.port]);