useDartCommand property Null safety
From 2.10 onwards we use the dart compile option rather than dart2native.
Implementation
bool get useDartCommand =>
getVersion().compareTo(Version.parse('2.10.0')) >= 0;
From 2.10 onwards we use the dart compile option rather than dart2native.
bool get useDartCommand =>
getVersion().compareTo(Version.parse('2.10.0')) >= 0;