ReportSubject.repoRef constructor

const ReportSubject.repoRef({
  1. required RepoRef data,
})

Implementation

const factory ReportSubject.repoRef({
  required RepoRef data,
}) = UReportSubjectRepoRef;