isMask property

bool get isMask
inherited

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

Implementation

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