mounted property

bool mounted

Whether this WidgetModel object is currently in a tree.

Implementation

bool get mounted => _element != null;