stateMachines property

Iterable<StateMachine> stateMachines

Returns an iterable of state machines in the artboard

Implementation

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