action property

  1. @override
dynamic Function(List<String>) action
override

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

@override
Function(List<String>) get action => _task.action;