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