isExecutable property

bool get isExecutable

Whether this tool can currently be executed.

Implementation

bool get isExecutable =>
    enabled && !restricted && tool.isAvailable && tool.isEnabled;