why can't my data class implement this interface <https://dpaste.com/BUPA84HT2> using ```internal da...
b
why can't my data class implement this interface https://dpaste.com/BUPA84HT2 using
Copy code
internal data class EnumAttr(
    override var key: String,
    override var label: String,
): AttributePlainEnumValue
is there no support for getter/setter to data class property mapping?
1
j
b
thank you