ready property

bool get ready
inherited

Whether this server is still active and has completed initialization.

Implementation

bool get ready => isActive && _initialized.isCompleted;