hash method
- IgnoreEqualityBox value,
- MappingContext context
The mapping method to calculate the hash of value
.
Implementation
@override
int hash(value, MappingContext context) => value.hashCode;
The mapping method to calculate the hash of value
.
@override
int hash(value, MappingContext context) => value.hashCode;