LiveChatSuperStickerDetails constructor

LiveChatSuperStickerDetails({
  1. String? amountDisplayString,
  2. String? amountMicros,
  3. String? currency,
  4. SuperStickerMetadata? superStickerMetadata,
  5. int? tier,
})

Implementation

LiveChatSuperStickerDetails({
  this.amountDisplayString,
  this.amountMicros,
  this.currency,
  this.superStickerMetadata,
  this.tier,
});