buildNumber property
String?
get
buildNumber
The build number.
This is read from the version
key in the pubspec.yaml
file and replaces +
with .
.
Implementation
static String? get buildNumber => _pubspec['version'].replaceAll('+', '.');