Provides the input named name if it exists, otherwise null.
name
null
Only logic within this Module should consume this signal.
Logic? tryInput(String name) => _inputs[name];