DirectoryListItems constructor

DirectoryListItems({
  1. String? description,
  2. String? discoveryLink,
  3. String? discoveryRestUrl,
  4. String? documentationLink,
  5. DirectoryListItemsIcons? icons,
  6. String? id,
  7. String? kind,
  8. List<String>? labels,
  9. String? name,
  10. bool? preferred,
  11. String? title,
  12. String? version,
})

Implementation

DirectoryListItems({
  this.description,
  this.discoveryLink,
  this.discoveryRestUrl,
  this.documentationLink,
  this.icons,
  this.id,
  this.kind,
  this.labels,
  this.name,
  this.preferred,
  this.title,
  this.version,
});