hashCode property

  1. @override
int get hashCode
override

Returns the hash code for this Change object.

Returns: A hash code based on the current and next state values

The hash code is computed from both currentState and nextState.

Implementation

@override
int get hashCode => Object.hashAll([currentState, nextState]);