RunCommand class

Constructors

RunCommand({required ExecuteFunction execute, required FutureOr<ScriptsSource> getScriptsSource()})

Properties

description String
no setter
execute ExecuteFunction
final
hashCode int
The hash code for this object.
no setterinherited
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tooltip String?
no setter

Methods

match(List<String> arguments) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(Console console, List<String> arguments) Future<int>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited