hash method

  1. @override
int hash(
  1. IgnoreEqualityBox value,
  2. MappingContext context
)

The mapping method to calculate the hash of value.

Implementation

@override
int hash(value, MappingContext context) => value.hashCode;