CreateProjectRequest constructor

CreateProjectRequest({
  1. String? parentId,
  2. String? title,
})

Implementation

CreateProjectRequest({
  this.parentId,
  this.title,
});