copyWith method

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

Implementation

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