sliceUpperIndex property

int? sliceUpperIndex
latefinal

The upper bound of the slice (inclusive).

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

Implementation

late final int? sliceUpperIndex;