sdk property

String sdk
final

The Dart SDK the compiled section was built with: the first token of dart --version, which is also the first token of Platform.version in the running application. 3.13.0, say. One release of Flutter ships one Dart, so the token identifies the impellerc that wrote the section.

Empty for a bundle with nothing compiled in it.

Implementation

final String sdk;