PhoneGroupCallStars constructor

const PhoneGroupCallStars({
  1. required int totalStars,
  2. required List<GroupCallDonorBase> topDonors,
  3. required List<ChatBase> chats,
  4. required List<UserBase> users,
})

Phone Group Call Stars constructor.

Implementation

const PhoneGroupCallStars({
  required this.totalStars,
  required this.topDonors,
  required this.chats,
  required this.users,
}) : super._();