copyWith method
_i
copyWith({
- _7? type,
- _15 resetType = _F,
- _7? requestId,
- _7? outputJson,
- _7? error,
- _15 deleteError = _F,
Implementation
_i copyWith({_7? type,_15 resetType=_F,_7? requestId,_7? outputJson,_7? error,_15 deleteError=_F,})=>_i(type: resetType?_V[8]:(type??_H.type),requestId: requestId??_H.requestId,outputJson: outputJson??_H.outputJson,error: deleteError?null:(error??_H.error),);