isInitialized property

bool isInitialized

Return if the worker is initialized. Can be used to validate before sending messages in the case where it's not possible to await the init execution.

Implementation

bool get isInitialized => _completer.isCompleted;