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