LspSemanticToken constructor
const
LspSemanticToken({})
Implementation
const LspSemanticToken({
required this.line,
required this.start,
required this.length,
required this.typeIndex,
required this.modifierBitmask,
this.tokenTypeName,
});