factory CPDFGoToAction.fromJson(Map<String, dynamic> json) { return CPDFGoToAction( actionType: CPDFActionType.goTo, pageIndex: json["pageIndex"]); }