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