patch property
int
get
patch
Return the patch element of the version.
Implementation
int get patch => versionNumber & 0xFFF;
Return the patch element of the version.
int get patch => versionNumber & 0xFFF;