manifest property

Implementation

PluginManifestBuilder get manifest =>
    _$this._manifest ??= new PluginManifestBuilder();
void manifest=(PluginManifestBuilder? manifest)

Implementation

set manifest(PluginManifestBuilder? manifest) => _$this._manifest = manifest;