Package-level declarations
Types
Link copied to clipboard
data class Article(val source: Source, val author: String?, val title: String, val description: String?, val url: String, val urlToImage: String?, val publishedAt: Instant, val content: String?) : Parcelable
Represents a single news article. This is the domain model, ready to be used in the UI/domain layers.
Link copied to clipboard
Represents the source of a news article.