isInitialized property
bool
get
isInitialized
Indicates whether initialize has been called.
Implementation
bool get isInitialized => _config != null;
Indicates whether initialize has been called.
bool get isInitialized => _config != null;