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