SPPackage constructor
SPPackage({
- String? artistName,
- String? download,
- String? language,
- String? newThing,
- String? packageAnimated,
- String? packageCategory,
- int packageId = -1,
- String? packageImg,
- String? packageKeywords,
- String? packageName,
- String? wish,
- String? view,
- int order = -1,
- 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>[],
});