hashCode property

  1. @override
int get hashCode
override

Determines hash by serializing this value.

Implementation

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