PremiumSendGift constructor

PremiumSendGift({
  1. int? userId,
  2. int? plurkId,
  3. int? responseId,
  4. int? quantity,
  5. String? message,
  6. bool sendAsAnonymous = false,
})

Implementation

PremiumSendGift({
  this.userId,
  this.plurkId,
  this.responseId,
  this.quantity,
  this.message,
  this.sendAsAnonymous = false
});