DsaReportUserRequest constructor
const
DsaReportUserRequest({
- required String ticket,
- required String reporterFullLegalName,
- required DsaReportUserRequestReporterCountryOfResidenceReporterCountryOfResidence reporterCountryOfResidence,
- required DsaReportUserRequestReportTypeReportType reportType,
- required UserReportCategoryEnum category,
- String? additionalInfo,
- String? reporterFluxerTag,
- SnowflakeType? userId,
- String? userTag,
Implementation
const DsaReportUserRequest({
required this.ticket,
required this.reporterFullLegalName,
required this.reporterCountryOfResidence,
required this.reportType,
required this.category,
this.additionalInfo,
this.reporterFluxerTag,
this.userId,
this.userTag,
});