isMounted property

bool get isMounted

Whether the parent ViewModelBuilder is mounted.

Implementation

bool get isMounted => _mounted?.call() ?? false;