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