DsaReportMessageRequest constructor

const DsaReportMessageRequest({
  1. required String ticket,
  2. required String reporterFullLegalName,
  3. required DsaReportMessageRequestReporterCountryOfResidenceReporterCountryOfResidence reporterCountryOfResidence,
  4. required DsaReportMessageRequestReportTypeReportType reportType,
  5. required MessageReportCategoryEnum category,
  6. required String messageLink,
  7. String? additionalInfo,
  8. String? reporterFluxerTag,
  9. String? reportedUserTag,
})

Implementation

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