method IniMap.prototype.setView codeIniMap.prototype.set(key: string,value: any): thisSet the value of a global key in the INI. Parameterskey: stringView codevalue: anyView codeReturn TypethisView code