TemplateSerializedGuild constructor
const
TemplateSerializedGuild({})
Implementation
const TemplateSerializedGuild({
required this.name,
required this.roles,
required this.channels,
this.description,
this.verificationLevel,
this.defaultMessageNotifications,
this.explicitContentFilter,
this.systemChannelId,
this.afkTimeout,
this.systemChannelFlags,
});