components
0.14.4
common
components
/
dev.fritz2.components.data
/
File
File
common
open
class
File
(
val
name
:
String
,
val
type
:
String
,
val
size
:
Long
,
val
content
:
String
)
Content copied to clipboard
Author
Jan Weidenhaupt 09.02.2021
Constructors
Functions
Properties
Constructors
File
Link copied to clipboard
common
fun
File
(
name
:
String
,
type
:
String
,
size
:
Long
,
content
:
String
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
content
Link copied to clipboard
common
val
content
:
String
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
:
Long
Content copied to clipboard
type
Link copied to clipboard
common
val
type
:
String
Content copied to clipboard