ApplicationsMeResponse constructor
const
ApplicationsMeResponse({})
Implementation
const ApplicationsMeResponse({
required this.id,
required this.name,
required this.icon,
required this.description,
required this.botPublic,
required this.botRequireCodeGrant,
required this.verifyKey,
required this.owner,
this.bot,
this.redirectUris,
});