length property

int get length

returns the size of the tree

Implementation

int get length => _size;