isInitialized property

bool get isInitialized

Indicates whether initialize has been called.

Implementation

bool get isInitialized => _config != null;