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
@override
P createParentPageData(R pageData) => _createParentPageData(pageData);