SignalOccurrence constructor
Creates a SignalOccurrence with the given properties.
Implementation
SignalOccurrence({
required this.name,
required this.width,
this.direction,
this.value,
this.isComputed = false,
this.portIndex,
this.logicType,
});