GroupCallDonor constructor

const GroupCallDonor({
  1. required bool top,
  2. required bool my,
  3. PeerBase? peerId,
  4. required int stars,
})

Group Call Donor constructor.

Implementation

const GroupCallDonor({
  required this.top,
  required this.my,
  this.peerId,
  required this.stars,
}) : super._();