ServerInfo constructor
const
ServerInfo({})
Implementation
const ServerInfo({
required this.name,
required this.version,
this.protocolVersion,
this.capabilities,
this.metadata,
});
const ServerInfo({
required this.name,
required this.version,
this.protocolVersion,
this.capabilities,
this.metadata,
});