HeaderData
data class HeaderData(val formattedValue: String, val formattedDate: String, val selectedSymptomType: SymptomType, val isSelectedSymptomTypeDropdownExpanded: Boolean = false)
Constructors
Link copied to clipboard
constructor(formattedValue: String, formattedDate: String, selectedSymptomType: SymptomType, isSelectedSymptomTypeDropdownExpanded: Boolean = false)