LiveChatFanFundingEventDetails constructor

LiveChatFanFundingEventDetails({
  1. String? amountDisplayString,
  2. String? amountMicros,
  3. String? currency,
  4. String? userComment,
})

Implementation

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