runningFromDill method
Sets whether the app is running from a .dill
file.
Implementation
SystemPropertiesBuilder runningFromDill(bool value) {
_runningFromDill = value;
return this;
}
Sets whether the app is running from a .dill
file.
SystemPropertiesBuilder runningFromDill(bool value) {
_runningFromDill = value;
return this;
}