ReferenceInfo class
Reference Information
가봐라
(ref_info)
Constructors
- ReferenceInfo({required String word, required String linkType, String? link, String? linkTargetCode})
-
const
- ReferenceInfo.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
- 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