isInstantiated property

bool get isInstantiated

Whether the instance has been created.

Implementation

bool get isInstantiated => instance != null;