Done

data class Done(val otherDone: Boolean) : SasTransactionState

Constructors

Link copied to clipboard
fun Done(otherDone: Boolean)

Properties

Link copied to clipboard
val otherDone: Boolean