Project constructor

const Project({
  1. required String name,
})

Implementation

const Project({
  required super.name,
});