actionCount property

  1. @override
int actionCount
override

The number of actions.

Implementation

@override
int get actionCount => actions?.length ?? 0;