Color
data class Color(val heading: String, val name: String, val parameterType: StudyParameterType, val defaultValue: String, val value: String) : StudyParameter
A color parameter of active study Study
Constructors
Link copied to clipboard
constructor(heading: String, name: String, parameterType: StudyParameterType, defaultValue: String, value: String)