TypedObject

data class TypedObject(val type: String? = null)

Constructors

Link copied to clipboard
constructor(type: String? = null)

Properties

Link copied to clipboard
val type: String? = null