uniqueSize property

int get uniqueSize

Returns the number of unique elements in the set.

Implementation

int get uniqueSize => _container.length;