`data class Child(val childValue: String = "child ...
# getting-started
t
data class Child(val childValue: String = "child value"): Parent()