MmPluginManifestServer constructor
MmPluginManifestServer({
- MmPluginManifestServerExecutables? executables,
- String? executable,
Returns a new MmPluginManifestServer instance.
Implementation
MmPluginManifestServer({
this.executables,
this.executable,
});