InternalLinkTypeThemeSettings constructor

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

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

Implementation

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