DsaReportRequestMessage constructor

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

Implementation

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