hasHorizontalPlane property
bool
get
hasHorizontalPlane
Implementation
bool get hasHorizontalPlane => planes.values.any((UArPlane p) => p.isHorizontal);
bool get hasHorizontalPlane => planes.values.any((UArPlane p) => p.isHorizontal);