mounted property

bool mounted

Whether this HookContext is still valid.

Usually this is true after the HookContext has been created and becomes false after it has been disposed. See useIsMounted to access this value outside the build.

Implementation

bool get mounted;