copyWith method
_w
copyWith({
- _25? input,
- _25? deltaInput,
- _25? output,
- _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,);