PluginMarketplaceEntry constructor
const
PluginMarketplaceEntry({})
Implementation
const PluginMarketplaceEntry({
required this.name,
this.description,
this.version,
this.sourceType,
this.sourcePath,
this.dependencies = const [],
});