hashCode property

  1. @override
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

@override
int get hashCode => _fieldSet._hashCode;