AutocompleteWork constructor

AutocompleteWork({
  1. String? id,
  2. String? displayName,
  3. String? hint,
  4. int? citedByCount,
  5. int? worksCount,
  6. String? entityType,
  7. String? externalId,
})

Implementation

AutocompleteWork({
  this.id,
  this.displayName,
  this.hint,
  this.citedByCount,
  this.worksCount,
  this.entityType,
  this.externalId,
});