boundsExplicit property

Bounds<Point<num>>? boundsExplicit
inherited

The explicit bounds for this object when available.

Accessing this should never trigger extensive calculations. That is, if bounds is not known, then returns the null value.

Implementation

Bounds? get boundsExplicit;