edits property
List<SemanticTokensEdit>
get
edits
The edits to the tokens data. All edits refer to the initial data state.
Implementation
_i2.List<_i3.SemanticTokensEdit> get edits => (_i5.getProperty(
this,
'edits',
) as _i2.List)
.cast();