InputData.text constructor

InputData.text(
  1. String text
)

Text input.

Implementation

factory InputData.text(String text) = TextInputData;