copyWith method

EndGroupCall copyWith({
  1. int? groupCallId,
})

Implementation

EndGroupCall copyWith({
  int? groupCallId,
}) => EndGroupCall(
  groupCallId: groupCallId ?? this.groupCallId,
);