tryInOut method

Logic? tryInOut(
  1. String name
)

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

Implementation

Logic? tryInOut(String name) => _inOuts[name];