LiveChatGiftDetails constructor

LiveChatGiftDetails({
  1. String? altText,
  2. int? comboCount,
  3. String? giftDuration,
  4. String? giftName,
  5. String? giftUrl,
  6. bool? hasVisualEffect,
  7. int? jewelsAmount,
  8. String? language,
})

Implementation

LiveChatGiftDetails({
  this.altText,
  this.comboCount,
  this.giftDuration,
  this.giftName,
  this.giftUrl,
  this.hasVisualEffect,
  this.jewelsAmount,
  this.language,
});