DsaReportGuildRequest constructor
const
DsaReportGuildRequest({
- required String ticket,
- required String reporterFullLegalName,
- required DsaReportGuildRequestReporterCountryOfResidenceReporterCountryOfResidence reporterCountryOfResidence,
- required DsaReportGuildRequestReportTypeReportType reportType,
- required GuildReportCategoryEnum category,
- required SnowflakeType guildId,
- String? additionalInfo,
- String? reporterFluxerTag,
- 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,
});