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