isEmpty property

bool get isEmpty

true if start and end are equal.

Implementation

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

Implementation

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