kvision-common-types
/
io.kvision.types
/
KFile
common
K
File
data class
KFile
(name:
String
, size:
Int
, content:
String
?)
Content copied to clipboard
A serializable class for a multiplatform File type.
Constructors
Properties
Constructors
KFile
Link copied to clipboard
common
fun
KFile
(name:
String
, size:
Int
, content:
String
? = null)
Content copied to clipboard
Properties
content
Link copied to clipboard
common
val
content
:
String
? = null
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
size
Link copied to clipboard
common
val
size
:
Int
Content copied to clipboard