LiveChatSuperStickerDetails constructor
LiveChatSuperStickerDetails({
- String? amountDisplayString,
- String? amountMicros,
- String? currency,
- SuperStickerMetadata? superStickerMetadata,
- int? tier,
Implementation
LiveChatSuperStickerDetails({
this.amountDisplayString,
this.amountMicros,
this.currency,
this.superStickerMetadata,
this.tier,
});