stateMachines property

Iterable<StateMachine> stateMachines

List of state machines in the artboard.

Implementation

Iterable<StateMachine> get stateMachines =>
    _animations.whereType<StateMachine>();