inputs property

Iterable<SMIInput> inputs

A list of inputs available in the StateMachine.

Implementation

Iterable<SMIInput> get inputs => _inputs;