GiftMessageContent constructor

GiftMessageContent({
  1. String? giftId,
  2. String? name,
  3. String? pic,
  4. String? url,
  5. String? price,
  6. String? lottie,
})

Implementation

GiftMessageContent(
    {this.giftId, this.name, this.pic, this.url, this.price, this.lottie});