toggle menu
doodle
0.10.3
common
switch theme
search in API
core
/
io.nacular.doodle.datatransport
/
TextType
Text
Type
common
open
class
TextType
(
type
:
String
,
charSet
:
String
?
=
null
)
:
MimeType
<
String
>
text
MIME type
Inheritors
PlainText
UriList
Members
Constructors
Text
Type
Link copied to clipboard
common
constructor
(
type
:
String
,
charSet
:
String
?
=
null
)
Inherited functions
assignable
To
Link copied to clipboard
common
open
infix
fun
assignableTo
(
other
:
MimeType
<
*
>
)
:
Boolean
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
common
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String