SenseFromRemote class

Annotations
  • @JsonSerializable()

Constructors

SenseFromRemote(String id, List<String>? definitions, List<DomainClass>? domainClasses, List<Example>? examples, List<SemanticClass>? semanticClasses, List<String>? shortDefinitions, List<String>? crossReferenceMarkers, List<CrossReference>? crossReferences, List<SenseFromRemote>? subSenses, List<Construction>? constructions, List<Synonym>? synonyms)
SenseFromRemote.fromJson(Map json)
factory

Properties

constructions List<Construction>?
final
crossReferenceMarkers List<String>?
final
crossReferences List<CrossReference>?
final
definitions List<String>?
final
domainClasses List<DomainClass>?
final
examples List<Example>?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticClasses List<SemanticClass>?
final
shortDefinitions List<String>?
final
subSenses List<SenseFromRemote>?
final
synonyms List<Synonym>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited