length property

int get length

The number of cells in this line.

Implementation

int get length => _cells.length;