LoadPageActionEvent constructor

LoadPageActionEvent(
  1. NodeSpec action,
  2. ActionContext context,
  3. int page,
  4. int pageSize,
  5. List fullData,
)

Implementation

LoadPageActionEvent(
    this.action, this.context, this.page, this.pageSize, this.fullData);