PhoneExportGroupCallInvite constructor

const PhoneExportGroupCallInvite({
  1. required bool canSelfUnmute,
  2. required InputGroupCallBase call,
})

Phone Export Group Call Invite constructor.

Implementation

const PhoneExportGroupCallInvite({
  required this.canSelfUnmute,
  required this.call,
}) : super._();