NewsTree

class NewsTree(val news: List<NewsItem> = emptyList())

Constructors

Link copied to clipboard
constructor(news: List<NewsItem> = emptyList())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard