actionCount property

int get actionCount

The number of actions.

Implementation

int get actionCount => actionDelegate?.actionCount ?? 0;