LoadedPlugin constructor
const
LoadedPlugin({
- required PluginManifest manifest,
- required String path,
- bool enabled = true,
Implementation
const LoadedPlugin({
required this.manifest,
required this.path,
this.enabled = true,
});