You can also define your fields as open (in the sealed class) and use data class Something(override val name:String)
in your implementations.
Android Team Lead at Tapsi
You can also define your fields as open (in the sealed class) and use data class Something(override val name:String)
in your implementations.
Android Team Lead at Tapsi