copyWith method

  1. @override
ChatEventVideoChatCreated copyWith({
  1. int? groupCallId,
})
override

Implementation

@override
ChatEventVideoChatCreated copyWith({
  int? groupCallId,
}) => ChatEventVideoChatCreated(
  groupCallId: groupCallId ?? this.groupCallId,
);