structMap property
Map of struct member names to their corresponding packed bit slice ranges.
This map enables access to individual struct members using dot notation (e.g., "mystruct.field") by mapping the logical member name to the actual bit range specification in the packed logic port.
To add to this map, use addStructMap.
Implementation
Map<String, PortReference> get structMap => UnmodifiableMapView(_structMap);