copyWith method

_k copyWith({
  1. _3? id,
  2. _3? name,
  3. _3? arguments,
})

Implementation

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