GitHub

data class GitHub(val name: String, val url: String, val stars: Int) : InfoPanelContent.PackageInfo.Scm

Constructors

Link copied to clipboard
constructor(name: String, url: String, stars: Int)

Properties

Link copied to clipboard
open override val name: String
Link copied to clipboard
val stars: Int
Link copied to clipboard
open override val url: String