defaultTask top-level property
The default task run when no tasks are specified on the command line.
Implementation
GrinderTask get defaultTask => grinder.defaultTask;
Implementation
set defaultTask(GrinderTask v) {
grinder.defaultTask = v;
}