endIndex property

int get endIndex

End index (exclusive) in the column list

Implementation

int get endIndex => startIndex + columnCount;