tryRuntimeInput method

Logic? tryRuntimeInput(
  1. Module module
)

Returns a Logic? that represents the module internalruntime input.

Implementation

Logic? tryRuntimeInput(Module module) =>
    runtimeConfig != null ? module.tryInput(name) : null;