ProtocolVersion constructor

const ProtocolVersion(
  1. int major,
  2. int minor
)

Implementation

const ProtocolVersion(this.major, this.minor);