toJson method

String toJson()

Converts Sticker type into a JSON String

Implementation

String toJson() => _$StickerTypeEnumMap[this]!;