Subtype

data class Subtype(value: String)

The Subtype identifies the exact kind of data of the specified type the MIME type represents.

Constructors

Link copied to clipboard
constructor(value: String)

Functions

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