length property

int get length

The number of points in the path.

Implementation

int get length => _path.length;