MoveProjectRequest constructor

MoveProjectRequest({
  1. String? destinationParent,
})

Implementation

MoveProjectRequest({
  this.destinationParent,
});