DsaReportGuildRequest constructor

const DsaReportGuildRequest({
  1. required String ticket,
  2. required String reporterFullLegalName,
  3. required DsaReportGuildRequestReporterCountryOfResidenceReporterCountryOfResidence reporterCountryOfResidence,
  4. required DsaReportGuildRequestReportTypeReportType reportType,
  5. required GuildReportCategoryEnum category,
  6. required SnowflakeType guildId,
  7. String? additionalInfo,
  8. String? reporterFluxerTag,
  9. String? inviteCode,
})

Implementation

const DsaReportGuildRequest({
  required this.ticket,
  required this.reporterFullLegalName,
  required this.reporterCountryOfResidence,
  required this.reportType,
  required this.category,
  required this.guildId,
  this.additionalInfo,
  this.reporterFluxerTag,
  this.inviteCode,
});