ScheduledDate

data class ScheduledDate(val filters: List<DateFilter> = emptyList()) : TrackerLineListItem, DateItem

Constructors

Link copied to clipboard
constructor(filters: List<DateFilter> = emptyList())

Properties

Link copied to clipboard
open override val filters: List<DateFilter>
Link copied to clipboard
val id: String