ServerVersion constructor

ServerVersion(
  1. String name,
  2. String protocol
)

Implementation

ServerVersion(this.name, this.protocol);