anyEmpty property

bool get anyEmpty

Implementation

bool get anyEmpty {
  return minX == null || minY == null || maxX == null || maxY == null;
}