MmPluginStatus constructor
MmPluginStatus({})
Returns a new MmPluginStatus instance.
Implementation
MmPluginStatus({
this.pluginId,
this.name,
this.description,
this.version,
this.clusterId,
this.pluginPath,
this.state,
});