count property

int get count

The number of elements in the collection.

Implementation

int get count => value;
set count (int newValue)

Implementation

set count(int newValue) => value = newValue;