inactive property

ListBuilder<PluginManifest> inactive

Implementation

ListBuilder<PluginManifest> get inactive =>
    _$this._inactive ??= new ListBuilder<PluginManifest>();
void inactive=(ListBuilder<PluginManifest>? inactive)

Implementation

set inactive(ListBuilder<PluginManifest>? inactive) =>
    _$this._inactive = inactive;