A Future that completes when the instance is ready.
This can be awaited and is mostly used by outside classes that need to wait until this instance is ready.
Future get isReady => isReadyCompleter.future;