copyWith method
Implementation
LeaveGroupCall copyWith({int? groupCallId}) =>
LeaveGroupCall(groupCallId: groupCallId ?? this.groupCallId);
LeaveGroupCall copyWith({int? groupCallId}) =>
LeaveGroupCall(groupCallId: groupCallId ?? this.groupCallId);