dartVersion constant
The Dart version used to compile the app.
Implementation
static const String? dartVersion = bool.hasEnvironment('FLUTTER_DART_VERSION')
    ? String.fromEnvironment('FLUTTER_DART_VERSION')
    : null;The Dart version used to compile the app.
static const String? dartVersion = bool.hasEnvironment('FLUTTER_DART_VERSION')
    ? String.fromEnvironment('FLUTTER_DART_VERSION')
    : null;