MmPluginManifest constructor
MmPluginManifest({
- String? id,
- String? name,
- String? description,
- String? version,
- String? minServerVersion,
- MmPluginManifestBackend? backend,
- MmPluginManifestServer? server,
- MmPluginManifestWebapp? webapp,
- Map? settingsSchema,
Returns a new MmPluginManifest instance.
Implementation
MmPluginManifest({
this.id,
this.name,
this.description,
this.version,
this.minServerVersion,
this.backend,
this.server,
this.webapp,
this.settingsSchema,
});