cacheHashCode property

bool cacheHashCode
final

If false, the hashCode will be calculated each time it's used. If true (the default), the hashCode will be cached. You should turn the cache off only if may use the immutable list with mutable data.

Implementation

final bool cacheHashCode;