buildNumberAsInt property

int? buildNumberAsInt
final

buildNumber as an integer, or null when it is not a single integer.

Null rather than zero: zero would sort a dotted build below every real one and say something false about it, where null says the question does not apply.

Implementation

final int? buildNumberAsInt;