copyWith method

ChatEventInviteLinkRevoked copyWith({
  1. ChatInviteLink? inviteLink,
})

Implementation

ChatEventInviteLinkRevoked copyWith({ChatInviteLink? inviteLink}) =>
    ChatEventInviteLinkRevoked(inviteLink: inviteLink ?? this.inviteLink);