Converts this object to a JSON map.
Map<String, dynamic> toJson() { return {'type': type, 'id': id, 'text': text}; }