ProjectRepository constructor
ProjectRepository({})
Implementation
ProjectRepository({
required this.id,
required this.projectId,
required this.name,
required this.description,
required this.annotations,
required this.createdAt,
});