Setting.getBoolean - multiple declarations

Function Setting.getBoolean

returns bool item by index of array or map

bool getBoolean(
  int index,
  bool defValue = false
);

Function Setting.getBoolean

returns bool item by key from map

bool getBoolean(
  string key,
  bool defValue = false
);