Sticker.fromJson constructor

Sticker.fromJson(
  1. String js
)

Implementation

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