Gallery Item
class GalleryItem(link: String, val isVideo: Boolean = false, val headers: Map<String, String>? = null) : SourceItem(source)
Represents an item in the gallery
Parameters
link
The item link
Represents an item in the gallery
The item link