PhoneToggleGroupCallRecord constructor

const PhoneToggleGroupCallRecord({
  1. required bool start,
  2. required bool video,
  3. required InputGroupCallBase call,
  4. String? title,
  5. required bool videoPortrait,
})

Phone Toggle Group Call Record constructor.

Implementation

const PhoneToggleGroupCallRecord({
  required this.start,
  required this.video,
  required this.call,
  this.title,
  required this.videoPortrait,
}) : super._();