hasNestedStateMachine property

bool get hasNestedStateMachine

Implementation

bool get hasNestedStateMachine =>
    _animations.any((animation) => animation is NestedStateMachine);