ready property
bool
get
ready
Whether this server is still active and has completed initialization.
Implementation
bool get ready => isActive && _initialized.isCompleted;
Whether this server is still active and has completed initialization.
bool get ready => isActive && _initialized.isCompleted;