WorkspaceEdit constructor

WorkspaceEdit({
  1. Map<String, List<TextEdit>>? changes,
})

Implementation

WorkspaceEdit({this.changes});