PluginOperationResult constructor
const
PluginOperationResult({})
Implementation
const PluginOperationResult({
required this.success,
required this.message,
this.pluginId,
this.pluginName,
this.scope,
this.reverseDependents,
});