isInstantiated property

bool get isInstantiated

Whether the instance has been created and is currently active.

Implementation

bool get isInstantiated => instance != null;