ContentsExample_ExpectedContent.fromJson constructor
Implementation
factory ContentsExample_ExpectedContent.fromJson(Map<String, dynamic> json) {
return ContentsExample_ExpectedContent(
content: decode(json['content'], Content.fromJson),
);
}