GuildInviteResponseGuild constructor

const GuildInviteResponseGuild({
  1. required String id,
  2. required String name,
  3. required GuildInviteResponseGuildSplashCardAlignmentSplashCardAlignment splashCardAlignment,
  4. required List<GuildFeatureSchema> features,
  5. String? icon,
  6. String? banner,
  7. Int32Type? bannerWidth,
  8. Int32Type? bannerHeight,
  9. String? splash,
  10. Int32Type? splashWidth,
  11. Int32Type? splashHeight,
  12. String? embedSplash,
  13. Int32Type? embedSplashWidth,
  14. Int32Type? embedSplashHeight,
})

Implementation

const GuildInviteResponseGuild({
  required this.id,
  required this.name,
  required this.splashCardAlignment,
  required this.features,
  this.icon,
  this.banner,
  this.bannerWidth,
  this.bannerHeight,
  this.splash,
  this.splashWidth,
  this.splashHeight,
  this.embedSplash,
  this.embedSplashWidth,
  this.embedSplashHeight,
});