DsaReportMessageRequest constructor
const
DsaReportMessageRequest({
- required String ticket,
- required String reporterFullLegalName,
- required DsaReportMessageRequestReporterCountryOfResidenceReporterCountryOfResidence reporterCountryOfResidence,
- required DsaReportMessageRequestReportTypeReportType reportType,
- required MessageReportCategoryEnum category,
- required String messageLink,
- String? additionalInfo,
- String? reporterFluxerTag,
- 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,
});