menu
apollovm package
documentation
apollovm_mcp_io.dart
ApolloMcpServer
isActive property
isActive property
dark_mode
light_mode
isActive
property
bool
get
isActive
inherited
Whether the connection with the peer is active.
Implementation
bool get isActive => !_peer.isClosed;
apollovm package
documentation
apollovm_mcp_io
ApolloMcpServer
isActive property
ApolloMcpServer class