isInitialized property
bool
get
isInitialized
Whether the provider has been initialized.
Implementation
bool get isInitialized => _config != null;
Whether the provider has been initialized.
bool get isInitialized => _config != null;