decodeFunction property
The method used to load the TOML file
Implementation
@override
get decodeFunction => (c) => TomlDocument.parse(c).toMap();
The method used to load the TOML file
@override
get decodeFunction => (c) => TomlDocument.parse(c).toMap();