TaskGroup class

A grouping for tasks. The editor by default supports the 'Clean', 'Build', 'RebuildAll' and 'Test' group.

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

TaskGroup(String id, String label)
factory

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

build TaskGroup
The build task group;
getter/setter pair
clean TaskGroup
The clean task group;
getter/setter pair
rebuild TaskGroup
The rebuild all task group;
getter/setter pair
test TaskGroup
The test all task group;
getter/setter pair