InteractionInput.fromNull constructor
InteractionInput.fromNull()
Creates an InteractionInput that represents a Null value.
Implementation
factory InteractionInput.fromNull() =>
DataSchemaValueInput(DataSchemaValue.fromNull());