isEmpty method

bool isEmpty()

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();