hashCode property

  1. @override
int get hashCode

Computes a hash code based on the serialized bytes.

Implementation

@override
int get hashCode {
  return sourcePort ^ destinationPort ^ payload.hashCode;
}