hasVerticalPlane property
bool
get
hasVerticalPlane
Implementation
bool get hasVerticalPlane => planes.values.any((UArPlane p) => p.isVertical);
bool get hasVerticalPlane => planes.values.any((UArPlane p) => p.isVertical);