DerivativeInfo class

Derivative

파생어 항목

(der_info)

Inheritance

Constructors

DerivativeInfo({required String word, required String linkType, String? link, String? linkTargetCode})
const
DerivativeInfo.fromXmlElement(XmlElement data)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
finalinherited
linkTargetCode String?
링크 대상 코드
finalinherited
linkType String
연결 유형(C : 링크 대상 코드 있음, T : 링크 대상 코드 없음)
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
word String
표제어
finalinherited

Methods

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

Operators

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