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