Documentation constructor

Documentation({
  1. String? documentationRootUrl,
  2. String? overview,
  3. List<Page>? pages,
  4. List<DocumentationRule>? rules,
  5. List<Page>? sectionOverrides,
  6. String? serviceRootUrl,
  7. String? summary,
})

Implementation

Documentation({
  this.documentationRootUrl,
  this.overview,
  this.pages,
  this.rules,
  this.sectionOverrides,
  this.serviceRootUrl,
  this.summary,
});