hashCode property

int hashCode
inherited

Calculates a hash code based on the contents of the protobuf.

The hash may change when any field changes (recursively). Therefore, protobufs used as map keys shouldn't be changed.

Implementation

int get hashCode => _fieldSet._hashCode;