toArray method

List<List<num>> toArray()

Returns the bounding box represented as an array.

@returns {Array<Array

Implementation

List<List<num>> toArray() => jsObject.toArray();