kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
store
/
com.siddharth.kmp.store
/
MutationState
/
Success
Success
data
class
Success
<
R
>
(
val
result
:
R
)
:
MutationState
<
R
>
The mutation succeeded, carrying its
result
.
Members
Constructors
Success
Link copied to clipboard
constructor
(
result
:
R
)
Properties
result
Link copied to clipboard
val
result
:
R