Documentation / dataflow / com.femastudios.dataflow.util / fieldWrapperOfNull
Go to reference
Go to reference
fieldWrapperOfNull
fun <T> fieldWrapperOfNull(): FieldWrapper<T?>
Constructs a new FieldWrapper that initially holds null
.
See Also