InternalLinkTypeLanguageSettings constructor
const
InternalLinkTypeLanguageSettings({
- dynamic extra,
- int? clientId,
The link is a link to the language section of the app settings
Implementation
const InternalLinkTypeLanguageSettings({
this.extra,
this.clientId,
});