Schedule

data class Schedule(text: String, dates: List<LocalDate>)

Properties

dates
Link copied to clipboard
val dates: List<LocalDate>
text
Link copied to clipboard
val text: String