UReportSubjectStrongRef constructor

const UReportSubjectStrongRef({
  1. required StrongRef data,
})

Implementation

const factory UReportSubjectStrongRef({required final StrongRef data}) =
    _$UReportSubjectStrongRefImpl;