RecentMeUrlChatInvite constructor

const RecentMeUrlChatInvite({
  1. required String url,
  2. required ChatInviteBase chatInvite,
})

Recent Me Url Chat Invite constructor.

Implementation

const RecentMeUrlChatInvite({required this.url, required this.chatInvite})
    : super._();