isMask property

bool isMask

Returns whether this object is currently being used as a mask for another object.

Implementation

bool get isMask {
  return $maskee != null;
}