id property

String get id

The ID of the task group. Is one of TaskGroup.Clean.id, TaskGroup.Build.id, TaskGroup.Rebuild.id, or TaskGroup.Test.id.

Implementation

_i2.String get id => _i5.getProperty(
      this,
      'id',
    );