LazyEffect

class LazyEffect(val state: LazyEffectState) : Effect

Constructors

Link copied to clipboard
constructor(state: LazyEffectState)

Properties

Link copied to clipboard
Link copied to clipboard
open override val success: Boolean