CommitWorkspaceChangesRequest constructor

CommitWorkspaceChangesRequest({
  1. CommitAuthor? author,
  2. String? commitMessage,
  3. List<String>? paths,
})

Implementation

CommitWorkspaceChangesRequest({this.author, this.commitMessage, this.paths});