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

hashCode int
The hash code for this object.
no setteroverride
hint String
The hint
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span int
The span
final

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