PhoneCheckGroupCall constructor
const
PhoneCheckGroupCall({
- required InputGroupCallBase call,
- required List<
int> sources,
Phone Check Group Call constructor.
Implementation
const PhoneCheckGroupCall({required this.call, required this.sources})
: super._();