isExecutable property
bool
get
isExecutable
Whether this tool can currently be executed.
Implementation
bool get isExecutable =>
enabled && !restricted && tool.isAvailable && tool.isEnabled;
Whether this tool can currently be executed.
bool get isExecutable =>
enabled && !restricted && tool.isAvailable && tool.isEnabled;