WorkspaceEdit constructor

const WorkspaceEdit(
  1. Map<String, List<TextEdit>> changes
)

Implementation

const WorkspaceEdit(this.changes);