Documentation / dataflow / com.femastudios.dataflow.util / mutableFieldOf
Go to reference
Go to reference
mutableFieldOf
fun <T> mutableFieldOf(value: T): MutableField<T>
Constructs a new MutableField with the given initial value.
See Also