Value

constructor(    label: String? = null,     value: String? = null,     text: String? = null,     number: Double? = null,     start: String? = null,     end: String? = null,     check: Boolean? = null,     options: List<Value>? = emptyList())