version 属性

String version
final

当前 Dart 运行时的版本。

该值是一个表示当前 Dart 运行时版本的 语义化版本 字符串,可能后跟空白和一些版本和构建详情。

实现

static final version = _Platform.version;