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