Parse from a json
factory PageBlockHeader.fromJson(Map<String, dynamic> json) => PageBlockHeader( header: RichText.fromJson(json['header']), );