SubwordInfo class

부표제어

(subword_info)

Constructors

SubwordInfo({required String subword, required String subwordUnit, required String? reference, required SenseInfo? subsenseInfo})
SubwordInfo.fromXmlElement(XmlElement data)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
reference String?
참고
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subsenseInfo SenseInfo?
부표제어 의미
final
subword String
final
subwordUnit String
부표제어 구성 단위
final

Methods

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

Operators

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