Project constructor

Project({
  1. String? id,
  2. String? name,
})

Implementation

Project({this.id, this.name});