compiler property

String? compiler
final

Dart has a couple different compilers. E.g: dart2js, dartdevc, AOT, VM

Implementation

final String? compiler;