copyWith method

_w copyWith({
  1. _25? input,
  2. _25? deltaInput,
  3. _25? output,
  4. _25? deltaOutput,
})

Implementation

_w copyWith({_25? input,_25? deltaInput,_25? output,_25? deltaOutput,})=>_w(input: deltaInput!=null?(input??_H.input)+deltaInput:input??_H.input,output: deltaOutput!=null?(output??_H.output)+deltaOutput:output??_H.output,);