useDartCommand property
bool
get
useDartCommand
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;