manifest property

YamlMap get manifest

The parsed manifest content in YamlMap format.

Implementation

YamlMap get manifest =>
    loadYamlDocument(manifestFile.readAsStringSync()).contents.value
        as YamlMap;