isEmpty method
Check if the bounding box is an empty/null
-type box.
@returns {boolean} True if bounds have been defined, otherwise false.
Implementation
bool isEmpty() => jsObject.isEmpty();
Check if the bounding box is an empty/null
-type box.
@returns {boolean} True if bounds have been defined, otherwise false.
bool isEmpty() => jsObject.isEmpty();