Version constructor

Version(
  1. String major,
  2. String minor
)

Implementation

Version(this.major, this.minor);