isDevVersion function
Implementation
bool isDevVersion() {
var scriptFile = Platform.script.toFilePath();
return basename(scriptFile) == 'get.dart';
}
bool isDevVersion() {
var scriptFile = Platform.script.toFilePath();
return basename(scriptFile) == 'get.dart';
}