subsetElementWidth property

int get subsetElementWidth

The bit width of the port subset this reference represents.

For array elements, this returns the element width. For bit slices, this returns the slice width. For combinations, it calculates the appropriate total width.

Implementation

int get subsetElementWidth => _elementWidthAndDimensions.elementWidth;