internalLinkTypeChatFolderSettings property

InternalLinkTypeChatFolderSettings? internalLinkTypeChatFolderSettings

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

Implementation

InternalLinkTypeChatFolderSettings? get internalLinkTypeChatFolderSettings {
  if (this is InternalLinkTypeChatFolderSettings) {
    return this as InternalLinkTypeChatFolderSettings;
  }
  return null;
}