SenseFromRemote constructor

SenseFromRemote(
  1. String id,
  2. List<String>? definitions,
  3. List<DomainClass>? domainClasses,
  4. List<Example>? examples,
  5. List<SemanticClass>? semanticClasses,
  6. List<String>? shortDefinitions,
  7. List<String>? crossReferenceMarkers,
  8. List<CrossReference>? crossReferences,
  9. List<SenseFromRemote>? subSenses,
  10. List<Construction>? constructions,
  11. List<Synonym>? synonyms,
)

Implementation

SenseFromRemote(
  this.id,
  this.definitions,
  this.domainClasses,
  this.examples,
  this.semanticClasses,
  this.shortDefinitions,
  this.crossReferenceMarkers,
  this.crossReferences,
  this.subSenses,
  this.constructions,
  this.synonyms,
);