createParentPageData method
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;
When using child pages, specifies how to create the parent page data from the page data of this page.
See also: StandardChildPageWithResultFactory
Object? createParentPageData(R pageData) => null;