port property

int? get port

The port number the cache server is listening on, return null if the server is not started.

Implementation

int? get port => _server?.port;