Project

constructor(id: String, name: String, icon: String? = null, creationDate: Long, author: PandoroUser, description: String, version: String, groups: List<Group> = emptyList(), updates: List<ProjectUpdate> = emptyList(), projectRepo: String = "")