LoadedPlugin constructor
const
LoadedPlugin({})
Implementation
const LoadedPlugin({
required this.name,
this.source,
this.version,
this.enabled = true,
this.scope,
this.installPath,
this.dependencies = const [],
});