isDefault property

bool? get isDefault

Whether the task that is part of this group is the default for the group. This property cannot be set through API, and is controlled by a user's task configurations.

Implementation

_i2.bool? get isDefault => _i5.getProperty(
      this,
      'isDefault',
    );