Repo constructor

Repo(
  1. String projectId,
  2. String userId,
  3. String studyId,
  4. GitProvider provider,
  5. String? webUrl,
  6. String? gitUrl,
)

Implementation

Repo(
  this.projectId,
  this.userId,
  this.studyId,
  this.provider,
  this.webUrl,
  this.gitUrl,
);