CPDFGoToAction constructor
CPDFGoToAction({
- required CPDFActionType actionType,
- required int pageIndex,
Implementation
CPDFGoToAction({required super.actionType, required this.pageIndex});