Documentation constructor

Documentation({
  1. String summary = '',
  2. List<Page> pages = const [],
  3. List<DocumentationRule> rules = const [],
  4. String documentationRootUrl = '',
  5. String serviceRootUrl = '',
  6. String overview = '',
})

Implementation

Documentation({
  this.summary = '',
  this.pages = const [],
  this.rules = const [],
  this.documentationRootUrl = '',
  this.serviceRootUrl = '',
  this.overview = '',
}) : super(fullyQualifiedName);