SPPackage constructor

SPPackage({
  1. String? artistName,
  2. String? download,
  3. String? language,
  4. String? newThing,
  5. String? packageAnimated,
  6. String? packageCategory,
  7. int packageId = -1,
  8. String? packageImg,
  9. String? packageKeywords,
  10. String? packageName,
  11. String? wish,
  12. String? view,
  13. int order = -1,
  14. List<SPSticker> stickers = const <SPSticker>[],
})

Implementation

SPPackage({
  this.artistName,
  this.download,
  this.language,
  this.newThing,
  this.packageAnimated,
  this.packageCategory,
  this.packageId = -1,
  this.packageImg,
  this.packageKeywords,
  this.packageName,
  this.wish,
  this.view,
  this.order = -1,
  this.stickers = const <SPSticker>[],
});