factory Content.fromJson(Map<String, dynamic> json) => Content( type: json["type"], text: Text.fromJson(json["text"]), );