Creates a text part from a JSON-compatible map.
factory TextPart.fromJson(Map<String, Object?> json) { return TextPart(json[_Json.content] as String); }