SendGift constructor
SendGift({
- required int giftId,
- MessageSender? ownerId,
- FormattedText? text,
- required bool isPrivate,
- required bool payForUpgrade,
Implementation
SendGift({
required this.giftId,
this.ownerId,
this.text,
required this.isPrivate,
required this.payForUpgrade,
});