BytesValue

@Serializable
@SerialName(value = "bytes")
data class BytesValue(val value: ByteArray) : PassableValue(source)

Constructors

Link copied to clipboard
constructor(value: ByteArray)

Properties

Link copied to clipboard