isInitialized property

bool get isInitialized

Whether the provider has been initialized.

Implementation

bool get isInitialized => _config != null;