patch property

int patch

Return the patch element of the version.

Implementation

int get patch => versionNumber - (major * (100 * 100)) - (minor * 100);