hasNestedStateMachine property

bool hasNestedStateMachine

Implementation

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