MessageDsaReportRequest constructor

const MessageDsaReportRequest({
  1. required String ticket,
  2. required String reporterFullLegalName,
  3. required MessageDsaReportRequestReporterCountryOfResidenceReporterCountryOfResidence reporterCountryOfResidence,
  4. required MessageDsaReportRequestReportTypeReportType reportType,
  5. required MessageDsaReportRequestCategoryCategory category,
  6. required String messageLink,
  7. String? additionalInfo,
  8. String? reporterFluxerTag,
  9. String? reportedUserTag,
})

Implementation

const MessageDsaReportRequest({
  required this.ticket,
  required this.reporterFullLegalName,
  required this.reporterCountryOfResidence,
  required this.reportType,
  required this.category,
  required this.messageLink,
  this.additionalInfo,
  this.reporterFluxerTag,
  this.reportedUserTag,
});