StarGiftUnique constructor
const
StarGiftUnique({
- required bool requirePremium,
- required bool resaleTonOnly,
- required bool themeAvailable,
- required bool burned,
- required bool crafted,
- required int id,
- required int giftId,
- required String title,
- required String slug,
- required int num,
- PeerBase? ownerId,
- String? ownerName,
- String? ownerAddress,
- required List<
StarGiftAttributeBase> attributes, - required int availabilityIssued,
- required int availabilityTotal,
- String? giftAddress,
- List<
StarsAmountBase> ? resellAmount, - PeerBase? releasedBy,
- int? valueAmount,
- String? valueCurrency,
- int? valueUsdAmount,
- PeerBase? themePeer,
- PeerColorBase? peerColor,
- PeerBase? hostId,
- int? offerMinStars,
- int? craftChancePermille,
Star Gift Unique constructor.
Implementation
const StarGiftUnique({
required this.requirePremium,
required this.resaleTonOnly,
required this.themeAvailable,
required this.burned,
required this.crafted,
required this.id,
required this.giftId,
required this.title,
required this.slug,
required this.num,
this.ownerId,
this.ownerName,
this.ownerAddress,
required this.attributes,
required this.availabilityIssued,
required this.availabilityTotal,
this.giftAddress,
this.resellAmount,
this.releasedBy,
this.valueAmount,
this.valueCurrency,
this.valueUsdAmount,
this.themePeer,
this.peerColor,
this.hostId,
this.offerMinStars,
this.craftChancePermille,
}) : super._();