copyWith method
_s
copyWith({
- _7? id,
- _7? name,
- _7? arguments,
Implementation
_s copyWith({_7? id,_7? name,_7? arguments,})=>_s(id: id??_H.id,name: name??_H.name,arguments: arguments??_H.arguments,);