menu
csslib package
documentation
parser.dart
Token
start property
start property
dark_mode
light_mode
start
property
int
get
start
The start offset of this token.
Implementation
int get start => span.start.offset;
csslib package
documentation
parser
Token
start property
Token class