ready property

Future<bool> ready

Server is ready

@return a Future that resolves to true whenever the server is ready

Implementation

Future<bool> get ready => _ready ?? Future.value(false);