isPreRelease property

bool isPreRelease

Whether or not this is a pre-release version.

Implementation

bool get isPreRelease => preRelease.isNotEmpty;