Linkeable class abstract

Utility class with link fields to be inherited from.

Implementers

Constructors

Linkeable({required String word, required String linkType, String? link, String? linkTargetCode})
const

Properties

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

Methods

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

Operators

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