method IniMap.prototype.toObjectRe-exportimport { IniMap } from "https://deno.land/std@0.211.0/ini/mod.ts"; toObject(): Record<string, unknown | Record<string, unknown>>Convert this IniMap to a plain object. ReturnsRecord<string, unknown | Record<string, unknown>>