hashValue method

  1. @override
int hashValue(
  1. T value, [
  2. MapperContainer? container
])
override

Implementation

@override
int hashValue(value, [MapperContainer? container]) => value.hashCode;