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