receiverOutput method Null safety
- Logic receiver
Gets the output port associated with receiver
.
Implementation
@protected
Logic receiverOutput(Logic receiver) =>
_assignedReceiverToOutputMap[receiver]!;
Gets the output port associated with receiver
.
@protected
Logic receiverOutput(Logic receiver) =>
_assignedReceiverToOutputMap[receiver]!;