minor property

int minor

Return the minor element of the version.

Implementation

int get minor => (versionNumber ~/ 100) - 100;