SupportedVersion constructor

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

Implementation

SupportedVersion(this.major, this.minor);