menu
golo package
documentation
sgf.dart
Token
Token.new const constructor
Token.new const constructor
dark_mode
light_mode
Token
constructor
const
Token
(
TokenType
type
,
String
value
,
int
row
,
int
col
,
int
pos
,
double
progress
,
)
Implementation
const Token( this.type, this.value, this.row, this.col, this.pos, this.progress, );
golo package
documentation
sgf
Token
Token.new const constructor
Token class