InteractionInput.fromString constructor
InteractionInput.fromString(
- String value
Creates an InteractionInput from a boolean value
.
Implementation
factory InteractionInput.fromString(String value) =>
DataSchemaValueInput(DataSchemaValue.fromString(value));