isIncomplete property

bool get isIncomplete

This list is not complete. Further typing should result in recomputing this list.

Implementation

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

Implementation

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