isHydrated property

bool get isHydrated

Whether this component has been hydrated.

Implementation

bool get isHydrated => _element != null;