length property

int get length

Returns the number of elements in the set.

Implementation

int get length => value.length;