DownloadedEdition

data class DownloadedEdition(val edition: Edition, val downloadedDate: Date)

Contains an Edition and the date the edition was downloaded.

Constructors

Link copied to clipboard
constructor(edition: Edition, downloadedDate: Date)

Properties

Link copied to clipboard
Link copied to clipboard