HintHeader class
This class represents the metadata used to parse the token.
This header contains split word information other than this token. The token is set to the word that has been broken down to the smallest unit, and the selected flag can be used to check which word is currently being parsed for this token unit.
Constructors
- HintHeader.from({required String token, required bool selected})
- Returns the new instance of HintHeader based on arguments.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override