Day

@Serializable
data class Day(val day: LocalDate, val events: List<Event>)(source)

Constructors

Link copied to clipboard
constructor(day: LocalDate, events: List<Event>)

Properties

Link copied to clipboard
val day: LocalDate
Link copied to clipboard