DecodedComposite

data class DecodedComposite(var parts: List<DecodedComposite> = listOf(), var encodedContent: EncodedContent? = null)

Constructors

Link copied to clipboard
constructor(parts: List<DecodedComposite> = listOf(), encodedContent: EncodedContent? = null)

Functions

Link copied to clipboard
fun <T> content(): T?

Properties

Link copied to clipboard
Link copied to clipboard