dimensionAccess property
latefinal
Array dimension and/or bit indices for multi-dimensional array access.
Contains the index values for each array dimension that is being accessed,
and/or the bit slice at the end. null
if this is not an array access.
Implementation
late final List<int>? dimensionAccess;