toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.comment
/
CommentWrite
/
WriteResult
Write
Result
data
class
WriteResult
(
val
result
:
Boolean
,
val
data
:
Int
?
=
null
,
val
cause
:
String
?
=
null
,
val
word
:
String
?
=
null
)
Members
Constructors
Write
Result
Link copied to clipboard
constructor
(
result
:
Boolean
,
data
:
Int
?
=
null
,
cause
:
String
?
=
null
,
word
:
String
?
=
null
)
Properties
cause
Link copied to clipboard
val
cause
:
String
?
=
null
data
Link copied to clipboard
val
data
:
Int
?
=
null
result
Link copied to clipboard
val
result
:
Boolean
word
Link copied to clipboard
val
word
:
String
?
=
null