KorteRawString

class KorteRawString(val str: String, val contentType: String? = null)

Constructors

Link copied to clipboard
constructor(str: String, contentType: String? = null)

Properties

Link copied to clipboard
val contentType: String? = null
Link copied to clipboard
val str: String

Functions

Link copied to clipboard
open override fun toString(): String