Documentation / dataflow-async / com.femastudios.dataflow.async / Attribute / currentValueOrNull
Go to reference
Go to reference
currentValueOrNull
open fun currentValueOrNull(): T?
Returns the current value (of type T) if the attribute state is Loaded, null
otherwise.