inputSource method
- String name
The original source
provided to the creation of the input port name
via addInput or addInputArray.
Implementation
Logic inputSource(String name) =>
_inputSources[name] ??
(throw PortDoesNotExistException(
'$name is not an input of this Module.'));