PhoneExportedGroupCallInvite constructor

const PhoneExportedGroupCallInvite({
  1. required String link,
})

Phone Exported Group Call Invite constructor.

Implementation

const PhoneExportedGroupCallInvite({
  required this.link,
}) : super._();