version property

String get version

Current version of the application (loaded from pubspec.yaml)

Implementation

static String get version => _version ?? '0.0.0';