isStarted property
bool
get
isStarted
Returns true if the server is listening for connections.
Implementation
bool get isStarted => _isStarted;
Returns true if the server is listening for connections.
bool get isStarted => _isStarted;