elementCount property
int
get
elementCount
Gets the total number of elements
Implementation
int get elementCount => _nodes.length;
Gets the total number of elements
int get elementCount => _nodes.length;