LiveChatSuperChatDetails constructor

LiveChatSuperChatDetails({
  1. String? amountDisplayString,
  2. String? amountMicros,
  3. String? currency,
  4. int? tier,
  5. String? userComment,
})

Implementation

LiveChatSuperChatDetails({
  this.amountDisplayString,
  this.amountMicros,
  this.currency,
  this.tier,
  this.userComment,
});