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