internalLinkTypeThemeSettings property

InternalLinkTypeThemeSettings? internalLinkTypeThemeSettings

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

Implementation

InternalLinkTypeThemeSettings? get internalLinkTypeThemeSettings {
  if (this is InternalLinkTypeThemeSettings) {
    return this as InternalLinkTypeThemeSettings;
  }
  return null;
}