InternalLinkTypeLanguageSettings constructor

const InternalLinkTypeLanguageSettings({
  1. dynamic extra,
  2. int? clientId,
})

The link is a link to the language section of the app settings

Implementation

const InternalLinkTypeLanguageSettings({
  this.extra,
  this.clientId,
});