SenseGlossary class

Within each sense will be one or more "glosses", i.e. target-language words or phrases which are equivalents to the Japanese word. This element would normally be present, however it may be omitted in entries which are purely for a cross-reference.

Quoted from JMdict:199-202

Constructors

SenseGlossary(String text, String? lang, String? gType)

Properties

hashCode int
The hash code for this object.
no setterinherited
language SenseLanguage
Defines the target language of the glossary. It will be coded using the three-letter language code from the ISO 639 standard. When absent, the value SenseLanguage.eng (i.e. English) is the default value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The words or phrase of the glossary
final
type GlossaryType?
Specifies that the glossary is of a particular type See GlossaryType
final

Methods

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

Operators

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