hashCode property

  1. @override
int get hashCode
override

Computes a hash code based on the serialized bytes.

Implementation

@override
int get hashCode => const SelfEncoderEquality().hash(this);