CreateInputResponse constructor

CreateInputResponse({
  1. Input? input,
})

Implementation

CreateInputResponse({
  this.input,
});