isInstantiated property
bool
get
isInstantiated
Whether the instance has been created.
Implementation
bool get isInstantiated => instance != null;
Whether the instance has been created.
bool get isInstantiated => instance != null;