Mwc class
A class that represents the MWC (Melos Workspace Cleaner) command.
Constructors
Properties
Methods
-
clean(
List< FileSystemEntity> files, Progress progress) → Future<void> -
Cleans the given list of
files
by deleting them. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
) → Future< void> - Runs the MWC (Melos Workspace Cleaner) command.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited