length property

int length

Returns the number of nodes in this list.

Implementation

int get length => _size;