DLCardCode

@Serializable
data class DLCardCode(val name: String, val lengths: List<Int>)

Constructors

Link copied to clipboard
constructor(name: String, lengths: List<Int>)

Properties

Link copied to clipboard
@SerialName(value = "size")
val lengths: List<Int>
Link copied to clipboard