Input.WithName constructor

Input.WithName(
  1. String name
)

Implementation

factory Input.WithName(String name) => Input(WithName(name));