Returns a Logic? that represents the module internalruntime input.
Logic? tryRuntimeInput(Module module) => runtimeConfig != null ? module.tryInput(name) : null;