DsaReportRequestUser constructor

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