ideRunning method
Sets whether the app is running inside an IDE.
Implementation
SystemPropertiesBuilder ideRunning(bool value) {
_ideRunning = value;
return this;
}
Sets whether the app is running inside an IDE.
SystemPropertiesBuilder ideRunning(bool value) {
_ideRunning = value;
return this;
}