UserDsaReportRequest constructor
const
UserDsaReportRequest({
- required String ticket,
- required String reporterFullLegalName,
- required UserDsaReportRequestReporterCountryOfResidenceReporterCountryOfResidence reporterCountryOfResidence,
- required UserDsaReportRequestReportTypeReportType reportType,
- required UserDsaReportRequestCategoryCategory category,
- String? additionalInfo,
- String? reporterFluxerTag,
- SnowflakeType? userId,
- String? userTag,
Implementation
const UserDsaReportRequest({
required this.ticket,
required this.reporterFullLegalName,
required this.reporterCountryOfResidence,
required this.reportType,
required this.category,
this.additionalInfo,
this.reporterFluxerTag,
this.userId,
this.userTag,
});