exists property

bool exists

Returns true if this node and domNode exists.

Implementation

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