ManifestStore constructor

const ManifestStore({
  1. String? activeManifest,
  2. Map<String, Manifest> manifests = const {},
})

Creates a new instance of ManifestStore.

Implementation

const ManifestStore({
  this.activeManifest,
  this.manifests = const {},
});