ApplicationBotResponse constructor
const
ApplicationBotResponse({})
Implementation
const ApplicationBotResponse({
required this.id,
required this.username,
required this.discriminator,
required this.bio,
required this.flags,
this.avatar,
this.banner,
this.token,
this.mfaEnabled,
this.authenticatorTypes,
});