PluginUpdateResult constructor
const
PluginUpdateResult({})
Implementation
const PluginUpdateResult({
required this.success,
required this.message,
this.pluginId,
this.newVersion,
this.oldVersion,
this.alreadyUpToDate = false,
this.scope,
});