index property

int get index
inherited

The index of this item in the buffer. Must only be accessed when attached is true.

Implementation

int get index => _absoluteIndex! - _owner!._absoluteStartIndex;