Converts this object to a JSON map.
Map<String, dynamic> toJson() { return { 'title': title, 'message': message, 'sticker': sticker?.toJson(), }; }