isInDOM property

bool get isInDOM

Implementation

bool get isInDOM {
  return isNodeInDOM(_content!);
}