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