Parse from a json
factory PageBlockCover.fromJson(Map<String, dynamic> json) => PageBlockCover( cover: PageBlock.fromJson(json['cover']), );