isStarted property
bool
get
isStarted
A flag indicating whether the server has started and is listening for connections.
Implementation
bool get isStarted => _server != null;
A flag indicating whether the server has started and is listening for connections.
bool get isStarted => _server != null;