ReportTypeSelectorUiState

data class ReportTypeSelectorUiState(val startDate: String = "", val endDate: String = "", val showProgressIndicator: Boolean = false, val subjectViewData: MutableSet<MeasureReportSubjectViewData> = mutableSetOf())

Constructors

Link copied to clipboard
constructor(startDate: String = "", endDate: String = "", showProgressIndicator: Boolean = false, subjectViewData: MutableSet<MeasureReportSubjectViewData> = mutableSetOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard