copyWith method
Implementation
@override
ChatEventInvitesToggled copyWith({
  bool? canInviteUsers,
}) =>
    ChatEventInvitesToggled(
      canInviteUsers: canInviteUsers ?? this.canInviteUsers,
    );@override
ChatEventInvitesToggled copyWith({
  bool? canInviteUsers,
}) =>
    ChatEventInvitesToggled(
      canInviteUsers: canInviteUsers ?? this.canInviteUsers,
    );