FastPage<T> typedef
FastPage<T> =
dynamic Function(BuildContext context, T viewModel)
Implementation
typedef FastPage<T>(BuildContext context, T viewModel);
typedef FastPage<T>(BuildContext context, T viewModel);