create property

T Function(R pageData) create
final

Creates the T page that this factory manages.

Implementation

final T Function(R pageData) create;