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