InnerNestedData

@Serializable
data class InnerNestedData(val innerValue: Double, val innerList: List<String>)

Constructors

Link copied to clipboard
constructor(innerValue: Double, innerList: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard