ideRunning method

SystemPropertiesBuilder ideRunning(
  1. bool value
)

Sets whether the app is running inside an IDE.

Implementation

SystemPropertiesBuilder ideRunning(bool value) {
  _ideRunning = value;
  return this;
}