isPreRelease property

bool get isPreRelease

Whether or not this is a pre-release version.

Implementation

bool get isPreRelease => preRelease.isNotEmpty;