minor property

int minor

Return the minor element of the version.

Implementation

int get minor => (versionNumber >> 12) & 0xFFF;