action property

dynamic Function(List<String> args) action

The action this task performs.

This function is meant to be called by Dartle, so that certain guarantees (parallelism, dependencies between tasks) can be held.

Implementation

Function(List<String> args) get action => _nameAction.action;