DsaReportUserRequest constructor

const DsaReportUserRequest({
  1. required String ticket,
  2. required String reporterFullLegalName,
  3. required DsaReportUserRequestReporterCountryOfResidenceReporterCountryOfResidence reporterCountryOfResidence,
  4. required DsaReportUserRequestReportTypeReportType reportType,
  5. required UserReportCategoryEnum category,
  6. String? additionalInfo,
  7. String? reporterFluxerTag,
  8. SnowflakeType? userId,
  9. 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,
});