sliceLowerIndex property

int? sliceLowerIndex
latefinal

The lower bound of the slice (inclusive).

For slice access like [7:0], this would be 0. null if this is not a slice access.

Implementation

late final int? sliceLowerIndex;