ResetWorkspaceChangesRequest constructor

ResetWorkspaceChangesRequest({
  1. bool? clean,
  2. List<String>? paths,
})

Implementation

ResetWorkspaceChangesRequest({this.clean, this.paths});