ProjectCreate constructor

ProjectCreate({
  1. required String name,
})

Returns a new ProjectCreate instance.

Implementation

ProjectCreate({
  required this.name,
});