copyWith method
Implementation
PushMessageContentInviteVideoChatParticipants copyWith({
bool? isCurrentUser,
}) => PushMessageContentInviteVideoChatParticipants(
isCurrentUser: isCurrentUser ?? this.isCurrentUser,
);
PushMessageContentInviteVideoChatParticipants copyWith({
bool? isCurrentUser,
}) => PushMessageContentInviteVideoChatParticipants(
isCurrentUser: isCurrentUser ?? this.isCurrentUser,
);