Value With Reason
data class ValueWithReason(val value: String, val reason: String? = null)
Content copied to clipboard
A ValueWithReason represents a single configuration value that may have an explanation as to why it is used.
A ValueWithReason represents a single configuration value that may have an explanation as to why it is used.