Returns true if this node and domNode exists.
true
bool get exists => domNode != null && node != null;