UpdateInputResponse constructor

UpdateInputResponse({
  1. Input? input,
})

Implementation

UpdateInputResponse({
  this.input,
});