Protocol constructor
const
Protocol(
- String name, {
- PacketFactory? packetFactory,
- int? ipProtocolNumber,
Implementation
const Protocol(this.name, {this.packetFactory, this.ipProtocolNumber});