GuildPreview constructor
GuildPreview({})
Implementation
GuildPreview({
required this.id,
required this.name,
this.icon,
this.splash,
this.discoverySplash,
required this.emojis,
required this.features,
required this.approximateMemberCount,
required this.approximatePresenceCount,
this.description,
});