createParentPageData method

Object? createParentPageData(
  1. R pageData
)

When using child pages, specifies how to create the parent page data from the page data of this page.

See also: StandardChildPageWithResultFactory

Implementation

Object? createParentPageData(R pageData) => null;