MustacheToken class

Constructors

MustacheToken(MustacheTokenType? type, String? value, int? line, int? column)
Creates an instance of a mustache token.

Properties

column int
The column number where the token is.
no setter
hashCode int
The hash code for this object.
no setterinherited
line int
The line number where the token is.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokens List<MustacheToken>
Gets a list of subtokens is this token a section.
no setter
type MustacheTokenType
Gets the token type.
no setter
value String?
Gets the token value or variable name.
no setter

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.
inherited