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