PublicationServiceContext constructor

PublicationServiceContext(
  1. Ref<Publication> publication,
  2. Manifest manifest,
  3. Fetcher fetcher
)

Implementation

PublicationServiceContext(this.publication, this.manifest, this.fetcher);