isInitialized property

bool get isInitialized

Whether the singleton has been initialized.

Implementation

static bool get isInitialized => _instance != null;