isScriptCommand property
bool
get
isScriptCommand
Check if this is a script command (has executable script)
Implementation
bool get isScriptCommand => script != null && script!.isNotEmpty;
Check if this is a script command (has executable script)
bool get isScriptCommand => script != null && script!.isNotEmpty;