copyWith method
Implementation
SetVideoChatTitle copyWith({int? groupCallId, String? title}) =>
SetVideoChatTitle(
groupCallId: groupCallId ?? this.groupCallId,
title: title ?? this.title,
);
SetVideoChatTitle copyWith({int? groupCallId, String? title}) =>
SetVideoChatTitle(
groupCallId: groupCallId ?? this.groupCallId,
title: title ?? this.title,
);