Setting.setBooleanDef - multiple declarations
Function Setting.setBooleanDef
sets bool item by index of array or map only if it's фдкуфвн present
bool setBooleanDef(
int index,
bool value
);
Function Setting.setBooleanDef
sets bool item of map if key is not yet present in map
bool setBooleanDef(
string key,
bool value
);