RelatedInfo class
관련어
(rel_info)
Constructors
- RelatedInfo({required String type, required String word, required String linkType, String? link, String? linkTargetCode})
-
const
- RelatedInfo.fromXmlElement(XmlElement data)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- link → String?
-
finalinherited
- linkTargetCode → String?
-
링크 대상 코드
finalinherited
- linkType → String
-
연결 유형(C : 링크 대상 코드 있음, T : 링크 대상 코드 없음)
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
final
- 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