stateMachines property Null safety
Returns an iterable of state machines in the artboard
Implementation
Iterable<StateMachine> get stateMachines =>
animations.whereType<StateMachine>();
Returns an iterable of state machines in the artboard
Iterable<StateMachine> get stateMachines =>
animations.whereType<StateMachine>();