major property

int major

Return the major element of the version.

Implementation

int get major => versionNumber >> 24;