size property

int get size

Returns the total number of elements in the set, including duplicates.

Implementation

int get size => _size;