isMounted property
bool
get
isMounted
Whether the parent ViewModelBuilder is mounted.
Implementation
bool get isMounted => _mounted?.call() ?? false;
Whether the parent ViewModelBuilder is mounted.
bool get isMounted => _mounted?.call() ?? false;