count property

int count

The number of elements in the collection.

Implementation

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

Implementation

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