count property
int
get
count
Gets number of the elements in the collection.
Implementation
int get count => _namedCollections.length;
Gets number of the elements in the collection.
int get count => _namedCollections.length;