isProductionVersion property

bool get isProductionVersion

is app build production (2-number builds are production - 1.0, 3.1, etc)

Implementation

bool get isProductionVersion => !isInternalVersion;