ServerInfo constructor

const ServerInfo(
  1. String name, {
  2. String? version,
})

Implementation

const ServerInfo(this.name, {this.version});