PluginInstallationStatus constructor
const
PluginInstallationStatus({
- List<
MarketplaceInstallStatus> marketplaces = const [], - List<
PluginInstallStatus> plugins = const [],
Implementation
const PluginInstallationStatus({
this.marketplaces = const [],
this.plugins = const [],
});