ReportSubject.strongRef constructor

const ReportSubject.strongRef({
  1. required StrongRef data,
})

Implementation

const factory ReportSubject.strongRef({
  required StrongRef data,
}) = UReportSubjectStrongRef;