PageBlockPullQuote.fromJson constructor
Parse from a json
Implementation
factory PageBlockPullQuote.fromJson(Map<String, dynamic> json) => PageBlockPullQuote(
text: RichText.fromJson(json['text']),
credit: RichText.fromJson(json['credit']),
);
Parse from a json
factory PageBlockPullQuote.fromJson(Map<String, dynamic> json) => PageBlockPullQuote(
text: RichText.fromJson(json['text']),
credit: RichText.fromJson(json['credit']),
);