typeMustMatch

fun typeMustMatch(value: Boolean, trueValue: String = "")
fun typeMustMatch(value: Flow<Boolean>, trueValue: String = "")