unmodifiableCollections property

bool? unmodifiableCollections
final

If no value is provided (default), then true is assumed

If set to false, then the fields of a collection type will be excluded from hashCode implementation so the hashCode result will be stable

Implementation

final bool? unmodifiableCollections;