isMask property
Returns whether this object is currently being used as a mask for another
object.
Implementation
bool get isMask {
return $maskee != null;
}
Returns whether this object is currently being used as a mask for another
object.
bool get isMask {
return $maskee != null;
}