MmPluginManifestServer constructor

MmPluginManifestServer({
  1. MmPluginManifestServerExecutables? executables,
  2. String? executable,
})

Returns a new MmPluginManifestServer instance.

Implementation

MmPluginManifestServer({
  this.executables,
  this.executable,
});