RecentMeUrlChatInvite constructor
const
RecentMeUrlChatInvite({
- required String url,
- required ChatInviteBase chatInvite,
Recent Me Url Chat Invite constructor.
Implementation
const RecentMeUrlChatInvite({required this.url, required this.chatInvite})
: super._();