dstPort property

int? dstPort

Implementation

int? get dstPort => _$this._dstPort;
void dstPort=(int? dstPort)

Implementation

set dstPort(int? dstPort) => _$this._dstPort = dstPort;