isPreRelease property

bool isPreRelease

Implementation

bool get isPreRelease => preReleaseMajor != null || preReleaseMinor != null;