isInitialized property

bool isInitialized

Simply checks if the object is initialized at the moment.

Implementation

bool get isInitialized => _completer.isCompleted;