VersionDirective constructor

VersionDirective(
  1. int major,
  2. int minor
)

Implementation

VersionDirective(this.major, this.minor);