hasGlobalZone top-level property
bool
get
hasGlobalZone
Whether the global zone manager has been initialized.
Implementation
bool get hasGlobalZone => _globalZone != null;
Whether the global zone manager has been initialized.
bool get hasGlobalZone => _globalZone != null;