version property
String
get
version
Current version of the application (loaded from pubspec.yaml)
Implementation
static String get version => _version ?? '0.0.0';
Current version of the application (loaded from pubspec.yaml)
static String get version => _version ?? '0.0.0';