menu
analysis_server_client package
documentation
protocol.dart
SourceChange
edits property
edits property
dark_mode
light_mode
edits
property
List
<
SourceFileEdit
>
edits
getter/setter pair
A list of the edits used to effect the change, grouped by file.
Implementation
List<SourceFileEdit> edits;
analysis_server_client package
documentation
protocol
SourceChange
edits property
SourceChange class