math_expressions
math_expressions
Token
Token
Token
math_expressions
math_expressions
Token
Token
constructor
Token
Source
math_expressions
math_expressions
Token
Constructors
Token
Properties
hashCode
runtimeType
text
type
Operators
operator ==
Methods
noSuchMethod
toString
Token
(
String
text
,
TokenType
type
)
Creates a new Token with the given text and type.
Source
Token(String this.text, TokenType this.type);