length property

int length

Returns the number of elements in this set.

Implementation

int get length => _set.length;