TomlDocument.fromMap constructor

TomlDocument.fromMap(
  1. Map map
)

Creates a TOML document from the given map.

Implementation

factory TomlDocument.fromMap(Map map) => TomlAstBuilder().buildDocument(map);