test property

TaskGroup get test

The test all task group;

Implementation

static _i3.TaskGroup get test => _i5.getProperty(
      _declaredTaskGroup,
      'Test',
    );
set test (TaskGroup value)

Implementation

static set test(_i3.TaskGroup value) {
  _i5.setProperty(
    _declaredTaskGroup,
    'Test',
    value,
  );
}