menu
ignis
ignis.dart
Node
isMounted property
isMounted
dark_mode
light_mode
isMounted
property
bool
get
isMounted
True while this node is part of a mounted tree.
Implementation
bool get isMounted => _scene != null;
ignis
ignis
Node
isMounted property
Node class