mounted property

bool get mounted
inherited

Whether this state is currently mounted in the element tree.

Implementation

bool get mounted => _element != null;