tryInput method

  1. @protected
Logic? tryInput(
  1. String name
)

Provides the input named name if it exists, otherwise null.

Only logic within this Module should consume this signal.

Implementation

@protected
Logic? tryInput(String name) => _inputs[name];