MessageDsaReportRequest constructor
const
MessageDsaReportRequest({
- required String ticket,
- required String reporterFullLegalName,
- required MessageDsaReportRequestReporterCountryOfResidenceReporterCountryOfResidence reporterCountryOfResidence,
- required MessageDsaReportRequestReportTypeReportType reportType,
- required MessageDsaReportRequestCategoryCategory category,
- required String messageLink,
- String? additionalInfo,
- String? reporterFluxerTag,
- 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,
});