Input.WithText constructor

Input.WithText(
  1. String text
)

Implementation

factory Input.WithText(String text) => Input(WithText(text));