tryOutput method

Logic? tryOutput(
  1. String name
)

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

Implementation

Logic? tryOutput(String name) => _outputs[name];