copyWith method

_s copyWith({
  1. _7? id,
  2. _7? name,
  3. _7? arguments,
})

Implementation

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