TomlMapBuilder constructor

TomlMapBuilder()

Creates a map builder for the top-level table.

Implementation

factory TomlMapBuilder() => TomlMapBuilder.withPrefix(TomlKey.topLevel);