instance static method
Gets the ProcessGlobalConfig shared instance.
Implementation
static ProcessGlobalConfig instance() {
if (_instance == null) {
_instance = ProcessGlobalConfig();
}
return _instance!;
}
Gets the ProcessGlobalConfig shared instance.
static ProcessGlobalConfig instance() {
if (_instance == null) {
_instance = ProcessGlobalConfig();
}
return _instance!;
}