hasAction property
bool
get
hasAction
Whether the model chose a command to run.
Implementation
bool get hasAction => action != null;
Whether the model chose a command to run.
bool get hasAction => action != null;