SPSticker constructor

SPSticker({
  1. int packageId = -1,
  2. int stickerId = -1,
  3. String? stickerImg,
  4. String? stickerImgLocalFilePath,
  5. String favoriteYN = "",
  6. String keyword = "",
})

Implementation

SPSticker({
  this.packageId = -1,
  this.stickerId = -1,
  this.stickerImg,
  this.stickerImgLocalFilePath,
  this.favoriteYN = "",
  this.keyword = "",
});