isBackground property

bool get isBackground

Whether the task is a background task or not.

Implementation

_i2.bool get isBackground => _i5.getProperty(
      this,
      'isBackground',
    );
set isBackground (bool value)

Implementation

set isBackground(_i2.bool value) {
  _i5.setProperty(
    this,
    'isBackground',
    value,
  );
}