Setting.getString - multiple declarations
Function Setting.getString
returns str item by index of array or map
string getString(
int index,
string defValue = null
);
Function Setting.getString
returns str item by key from map
string getString(
string key,
string defValue = null
);