TomlMapBuilder.withPrefix constructor

TomlMapBuilder.withPrefix(
  1. TomlKey prefix
)

Creates a map builder for the table with the given name.

Implementation

TomlMapBuilder.withPrefix(TomlKey prefix) : _topLevel = _TomlTreeMap(prefix) {
  _current = _topLevel;
}