exists property

bool get exists

Returns true if this node and domNode exists.

Implementation

bool get exists => domNode != null && node != null;