hasAction property

bool get hasAction

Whether the model chose a command to run.

Implementation

bool get hasAction => action != null;