WebItem

class WebItem(val name: String, val link: String) : SourceItem

Represents the data used to open the web page

Parameters

name

Screen title

link

Web link to be used

Constructors

Link copied to clipboard
constructor(name: String, link: String)

Properties

Link copied to clipboard
Link copied to clipboard