Base
data class Base(val packageListId: PackageListItem.Package.Remote.Base.Id, val tabTitle: String, val moduleId: PackageSearchModule.Identity, val title: String, val subtitle: String, val icon: IconProvider.Icon, val type: String, val licenses: List<InfoPanelContent.PackageInfo.License>, val authors: List<String>, val description: String?, val scm: InfoPanelContent.PackageInfo.Scm?, val readmeUrl: String?, val repositories: List<InfoPanelContent.PackageInfo.Repository>, val isLoading: Boolean) : InfoPanelContent.PackageInfo.Remote
Constructors
Link copied to clipboard
constructor(packageListId: PackageListItem.Package.Remote.Base.Id, tabTitle: String, moduleId: PackageSearchModule.Identity, title: String, subtitle: String, icon: IconProvider.Icon, type: String, licenses: List<InfoPanelContent.PackageInfo.License>, authors: List<String>, description: String?, scm: InfoPanelContent.PackageInfo.Scm?, readmeUrl: String?, repositories: List<InfoPanelContent.PackageInfo.Repository>, isLoading: Boolean)