sliceUpperIndex property
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;
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.
late final int? sliceUpperIndex;