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