getBoolInput method

SMIBool? getBoolInput(
  1. String name
)

Find a boolean input with a given name.

Implementation

SMIBool? getBoolInput(String name) => findSMI<SMIBool>(name);