GuildDsaReportRequest constructor
const
GuildDsaReportRequest({
- required String ticket,
- required String reporterFullLegalName,
- required GuildDsaReportRequestReporterCountryOfResidenceReporterCountryOfResidence reporterCountryOfResidence,
- required GuildDsaReportRequestReportTypeReportType reportType,
- required GuildDsaReportRequestCategoryCategory category,
- required SnowflakeType guildId,
- String? additionalInfo,
- String? reporterFluxerTag,
- String? inviteCode,
Implementation
const GuildDsaReportRequest({
required this.ticket,
required this.reporterFullLegalName,
required this.reporterCountryOfResidence,
required this.reportType,
required this.category,
required this.guildId,
this.additionalInfo,
this.reporterFluxerTag,
this.inviteCode,
});