version property
The version number as a string.
e.g. 1.2.3+4
Implementation
String get version => "$major.$minor.$patch${build == 0 ? '' : '+$build'}";
The version number as a string.
e.g. 1.2.3+4
String get version => "$major.$minor.$patch${build == 0 ? '' : '+$build'}";