Executable class
Constructors
- Executable(String cmd)
-
const
Properties
Methods
-
exists(
{bool cache = true}) → Future< bool> -
existsSync(
{bool cache = true}) → bool -
find(
{bool cache = true}) → Future< String?> -
findSync(
{bool cache = true}) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited