EncodingVersion constructor

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

Implementation

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