InputSticker.fromJson constructor
InputSticker.fromJson(
- String json
Placeholder. Do not use.
Implementation
factory InputSticker.fromJson(String json) {
throw Exception("Can't do fromJson on InputSticker");
}