isEmpty method

bool isEmpty()

True if this Rect has a Width and Height of zero. @return {boolean}

Implementation

_i2.bool isEmpty() => _i4.callMethod(
      this,
      'isEmpty',
      [],
    );