tasks property

List<GrinderTask> tasks

Get the list of all the Grinder tasks.

Implementation

List<GrinderTask> get tasks => _tasks;