hashCode property
override
Determines hash by serializing this value.
Implementation
@override
int get hashCode => const SelfEncoderEquality().hash(this);
Determines hash by serializing this value.
@override
int get hashCode => const SelfEncoderEquality().hash(this);