nestedStateMachines property

List<NestedStateMachine> nestedStateMachines

Implementation

List<NestedStateMachine> get nestedStateMachines =>
    _animations.whereType<NestedStateMachine>().toList(growable: false);