currentAction property

String? get currentAction

Implementation

static String? get currentAction =>
    _actionStack.isNotEmpty ? _actionStack.last : null;