method IniMap.prototype.toObjectView codeIniMap.prototype.toObject(): Record<string, unknown | Record<string, unknown>>Convert this IniMap to a plain object. Return TypeRecord<string, unknown | Record<string, unknown>>View code