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