copyWith method

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

Implementation

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