stateMachines property Null safety
List of state machines in the artboard.
Implementation
Iterable<StateMachine> get stateMachines =>
_animations.whereType<StateMachine>();
List of state machines in the artboard.
Iterable<StateMachine> get stateMachines =>
_animations.whereType<StateMachine>();