range property

List<int> range

Two-length list to get the upper and lower range of the altitude in default units, respectively.

Implementation

List<int> get range => [lower, upper];