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