firstPreRelease property
Version
get
firstPreRelease
Returns the first possible pre-release of this version.
Implementation
Version get firstPreRelease => Version(major, minor, patch, pre: '0');
Returns the first possible pre-release of this version.
Version get firstPreRelease => Version(major, minor, patch, pre: '0');