SemanticTokensLegend constructor
Implementation
factory SemanticTokensLegend(
_i2.List<_i2.String> tokenTypes, [
_i2.List<_i2.String>? tokenModifiers,
]) =>
_i5.callConstructor(
_declaredSemanticTokensLegend,
[
tokenTypes,
tokenModifiers ?? _i6.undefined,
],
);