ApplicationResponse constructor
const
ApplicationResponse({})
Implementation
const ApplicationResponse({
required this.id,
required this.name,
required this.redirectUris,
required this.botPublic,
required this.botRequireCodeGrant,
this.clientSecret,
this.bot,
});