endIndex property
int
get
endIndex
End index (exclusive) in the column list
Implementation
int get endIndex => startIndex + columnCount;
End index (exclusive) in the column list
int get endIndex => startIndex + columnCount;