isInitialized property
bool
get
isInitialized
True if the singleton was already initialized.
Implementation
static bool get isInitialized => _instance != null;
True if the singleton was already initialized.
static bool get isInitialized => _instance != null;