MmPluginManifestWebapp constructor

MmPluginManifestWebapp({
  1. String? bundlePath,
})

Returns a new MmPluginManifestWebapp instance.

Implementation

MmPluginManifestWebapp({
  this.bundlePath,
});