StickerItem.fromJson constructor

StickerItem.fromJson(
  1. String js
)

Implementation

factory StickerItem.fromJson(String js) {
  return StickerItem.decode(json.decode(js));
}