copyWith method

UpdateCall copyWith({
  1. Call? call,
})

Implementation

UpdateCall copyWith({Call? call}) => UpdateCall(call: call ?? this.call);