isEmpty method
True if this Rect has a Width and Height of zero. @return {boolean}
Implementation
_i2.bool isEmpty() => _i4.callMethod(
this,
'isEmpty',
[],
);
True if this Rect has a Width and Height of zero. @return {boolean}
_i2.bool isEmpty() => _i4.callMethod(
this,
'isEmpty',
[],
);