runningJit method
Sets whether the app is running in JIT mode.
Implementation
SystemPropertiesBuilder runningJit(bool value) {
_runningJit = value;
return this;
}
Sets whether the app is running in JIT mode.
SystemPropertiesBuilder runningJit(bool value) {
_runningJit = value;
return this;
}