isInitialized property
bool
get
isInitialized
Whether the singleton has been initialized.
Implementation
static bool get isInitialized => _instance != null;
Whether the singleton has been initialized.
static bool get isInitialized => _instance != null;