YearSectionInfo

data class YearSectionInfo(val timestamp: Long, val monthSections: List<MonthSectionInfo>) : Parcelable

Constructors

Link copied to clipboard
constructor(timestamp: Long, monthSections: List<MonthSectionInfo>)

Properties

Link copied to clipboard
Link copied to clipboard