MastodonApplication constructor
Creates a MastodonApplication with the given fields.
Implementation
const MastodonApplication({
required this.id,
required this.name,
this.website,
required this.scopes,
required this.redirectUris,
@Deprecated('Use redirectUris instead') this.redirectUri,
@Deprecated('VAPID key used by the Push Streaming API') this.vapidKey,
});