DefaultTasksLoader class

A helper class to automatically register all tasks that are provided with this package in the TaskLoader.

Constructors

DefaultTasksLoader({required PubspecConfigLoader pubspecConfigLoader, required ProgramDetector programDetector, required TaskLoader taskLoader, required Logger logger})
Default constructor.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerDefaultTasks() Future<void>
Performs the registration of the default tasks.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited