Regarding DSL, is there some way in order to speci...
# getting-started
e
Regarding DSL, is there some way in order to specify some properties as required/exclusive?
c
• required: use a normal function parameter • exclusive: use a sealed class of the different options, and accept a value of that sealed class
👍 2
🆒 1