PluginInstallationStatus constructor

const PluginInstallationStatus({
  1. List<MarketplaceInstallStatus> marketplaces = const [],
  2. List<PluginInstallStatus> plugins = const [],
})

Implementation

const PluginInstallationStatus({
  this.marketplaces = const [],
  this.plugins = const [],
});