RichText.fromJson(Map<String, dynamic> json) : content = List<JSONMap>.from(json['content']).map(RichTextContainer.fromJson).toList();