version 属性

String version
final

当前 Dart 运行时的版本。

该值是一个表示当前 Dart 运行时版本的语义化版本字符串,可能后跟空格和其他版本和构建详细信息。

实现

static final version = _Platform.version;