length property

int length
inherited

The number of elements in this column.

Implementation

int get length => _data.length;