HintCell class
This class represents a cell that manages the token's hint information.
The hint information associated with the token is set in hint. The index in span indicates where the hint information was derived from in the analysis of the token.
Constructors
- HintCell.from({required String hint, required int span})
- Returns the new instance of HintCell 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