hash property

  1. @override
  2. @protected
int get hash
override

The hashCode for this Relatable.

Implementation

@override
@protected int get hash => _hash ??= Object.hash(start, end, priority);