PremiumTransaction constructor

PremiumTransaction({
  1. int? bones,
  2. int? delta,
  3. int? emopackId,
  4. String? emopackUrl,
  5. int? id,
  6. String? message,
  7. String? note,
  8. String? plink,
  9. int? plurkId,
  10. int? refId,
  11. String? refNickname,
  12. int? responseId,
  13. String? timeIssued,
  14. int? txtype,
  15. int? userId,
})

Implementation

PremiumTransaction(
    {this.bones,
      this.delta,
      this.emopackId,
      this.emopackUrl,
      this.id,
      this.message,
      this.note,
      this.plink,
      this.plurkId,
      this.refId,
      this.refNickname,
      this.responseId,
      this.timeIssued,
      this.txtype,
      this.userId});