Event

@Serializable
data class Event(val easter: Easter? = null)

Constructors

Link copied to clipboard
constructor(easter: Easter? = null)

Properties

Link copied to clipboard
val easter: Easter? = null