isInDOM property

bool isInDOM
inherited

Implementation

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