lengthOfNonRepeatingValues property

int lengthOfNonRepeatingValues

The sum of the number of unique values of all sets.

Implementation

int get lengthOfNonRepeatingValues => valuesAsSet.length;