hashCode property

  1. @override
int get hashCode
inherited

Computes a hash code based on the serialized bytes.

Implementation

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