CombinationCache<T, E> constructor
CombinationCache<T, E> ({})
Implementation
CombinationCache(
{required this.allowRepetition,
this.mapper,
this.validator,
this.allowSharedCombinations = false});