InputSticker.fromJson constructor

InputSticker.fromJson(
  1. String json
)

Placeholder. Do not use.

Implementation

factory InputSticker.fromJson(String json) {
  throw Exception("Can't do fromJson on InputSticker");
}