initialised property

bool get initialised

Implementation

bool get initialised => _initialisationCompleter?.isCompleted ?? false;